diff --git a/src/app/page.tsx b/src/app/page.tsx index 44e69e5..6a04658 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,9 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ContactSplit from '@/components/sections/contact/ContactSplit'; +import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow'; import FooterBase from '@/components/sections/footer/FooterBase'; +import { MapPin, Clock, Users } from 'lucide-react'; export default function LandingPage() { return ( @@ -32,7 +34,7 @@ export default function LandingPage() { { name: "Menu", id: "fan-favorites" }, { name: "Experience", id: "experience" }, { name: "Catering", id: "catering" }, - { name: "Locations", id: "contact" }, + { name: "Locations", id: "locations" }, { name: "Order Online", id: "https://order.sugarfiresmokehouse.com" } ]} brandName="Sugarfire" @@ -160,7 +162,189 @@ export default function LandingPage() { /> -
+
+ +
+ +

Downtown St. Louis

+
+
+ ), + content: ( +
+
+

Downtown Location

+

123 BBQ Lane, St. Louis, MO 63101

+

(314) 555-0101

+
+
+ +
+

Hours

+

Mon-Thu: 10:30am - 10pm

+

Fri-Sat: 10:30am - 11pm

+

Sun: 11am - 9pm

+
+
+

Features our full menu, dining area, and catering counter

+
+ ) + }, + { + id: "south", reverse: true, + media: ( +
+
+ +

South City

+
+
+ ), + content: ( +
+
+

South City Location

+

456 Smokehouse Ave, St. Louis, MO 63118

+

(314) 555-0202

+
+
+ +
+

Hours

+

Mon-Fri: 11am - 10pm

+

Sat: 10am - 11pm

+

Sun: 11am - 8:30pm

+
+
+

Casual dine-in, takeout, and delivery available

+
+ ) + }, + { + id: "westport", reverse: false, + media: ( +
+
+ +

Westport Road

+
+
+ ), + content: ( +
+
+

Westport Road Location

+

789 Ribs & Rolls Pkwy, St. Louis, MO 63132

+

(314) 555-0303

+
+
+ +
+

Hours

+

Mon-Sun: 11am - 9:30pm

+

Extended hours during football season

+
+
+

Large patio, perfect for groups and game day

+
+ ) + } + ]} + /> +
+ +
+ +
+ +

Smokehouse Club

+
+
+ ), + content: ( +
+

Join the Smokehouse Club

+

Exclusive member benefits including special discounts, early access to new menu items, and birthday desserts.

+ +
+ ) + }, + { + id: "events", reverse: true, + media: ( +
+
+ +

Monthly Events

+
+
+ ), + content: ( +
+

Monthly BBQ Events

+

Join us for special themed nights, live music, and BBQ competitions celebrating the art of smokehouse cooking.

+ +
+ ) + }, + { + id: "social", reverse: false, + media: ( +
+
+ +

Follow & Share

+
+
+ ), + content: ( +
+

Connect on Social Media

+

Follow @SugerfireSmokeHouse for daily BBQ inspiration, behind-the-scenes smokehouse action, and community stories.

+ +
+ ) + } + ]} + /> + + +