React landing page for Nostory Bridge, a snooker and pool lounge around Oke Aro/Oke Ado, Ogun State, serving nearby Lagos communities.
npm install
npm start
npm run buildOpen the app through npm start or a server pointed at build/. Do not open
public/index.html directly; it is only the React template and will look blank.
public/index.htmlcontains SEO metadata and local business schema.public/robots.txtandpublic/sitemap.xmlhelp search engines crawl the live site.src/components/contains page sections.src/data/venue.jskeeps venue copy, booking details, and local search phrases in one place.src/style.csscontains the site styling.
The build/ folder is generated by npm run build and is intentionally ignored.