1 Commits

Author SHA1 Message Date
bb2fb81149 Update src/app/page.tsx 2026-04-22 21:23:51 +00:00

View File

@@ -33,25 +33,15 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Menu", name: "Menu", id: "products"},
id: "products",
},
{ {
name: "Reviews", name: "Reviews", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Ryan's Smokehouse" brandName="Ryan's Smokehouse"
/> />
@@ -60,108 +50,60 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
title="Authentic Texas BBQ, Family Served." title="Authentic Texas BBQ, Family Served."
description="Experience family-owned, wood-smoked goodness. From tender brisket to our famous potato salad, we serve flavor you'll remember." description="Experience family-owned, wood-smoked goodness. From tender brisket to our famous potato salad, we serve flavor you'll remember."
leftCarouselItems={[ leftCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-ketchup-barberry-parsley-onion-side-view_141793-3124.jpg", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-ketchup-barberry-parsley-onion-side-view_141793-3124.jpg", imageAlt: "barbecue restaurant rustic atmosphere"},
imageAlt: "barbecue restaurant rustic atmosphere",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/view-from-side-yummy-snack-plate-lying-table_651396-1435.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-from-side-yummy-snack-plate-lying-table_651396-1435.jpg", imageAlt: "smoked brisket platter gourmet"},
imageAlt: "smoked brisket platter gourmet",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-with-savory-sauce-wood-generated-by-ai_188544-43157.jpg", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-with-savory-sauce-wood-generated-by-ai_188544-43157.jpg", imageAlt: "tender pork ribs barbecue"},
imageAlt: "tender pork ribs barbecue",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-mimosa-salad-with-bread-tomatoes_140725-13958.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mimosa-salad-with-bread-tomatoes_140725-13958.jpg", imageAlt: "creamy potato salad bowl"},
imageAlt: "creamy potato salad bowl",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chorizo-sausage-grill_23-2148974676.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chorizo-sausage-grill_23-2148974676.jpg", imageAlt: "smoked sausage link bbq"},
imageAlt: "smoked sausage link bbq",
},
]} ]}
rightCarouselItems={[ rightCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cooked-beans-bowl_23-2148746867.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cooked-beans-bowl_23-2148746867.jpg", imageAlt: "baked beans bbq side"},
imageAlt: "baked beans bbq side",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/black-bread-strips-with-garlic-oil-cheese-grates-top-yogurt_140725-10447.jpg", imageSrc: "http://img.b2bpic.net/free-photo/black-bread-strips-with-garlic-oil-cheese-grates-top-yogurt_140725-10447.jpg", imageAlt: "barbecue restaurant rustic atmosphere"},
imageAlt: "barbecue restaurant rustic atmosphere",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-fried-meat-potato-black-tray_181624-28399.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-fried-meat-potato-black-tray_181624-28399.jpg", imageAlt: "smoked brisket platter gourmet"},
imageAlt: "smoked brisket platter gourmet",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/grilled-rib-pork-with-barbecue-sauce-vegetable-frech-fries-wooden-cutting-board_1339-7645.jpg", imageSrc: "http://img.b2bpic.net/free-photo/grilled-rib-pork-with-barbecue-sauce-vegetable-frech-fries-wooden-cutting-board_1339-7645.jpg", imageAlt: "tender pork ribs barbecue"},
imageAlt: "tender pork ribs barbecue",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-chorizo-composition_23-2148980308.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-chorizo-composition_23-2148980308.jpg", imageAlt: "smoked sausage link bbq"},
imageAlt: "smoked sausage link bbq",
},
]} ]}
buttons={[ buttons={[
{ {
text: "View Menu", text: "View Menu", href: "#products"},
href: "#products",
},
]} ]}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/top-view-yummy-biscuit-rolls-with-fruits-dark-background_140725-76425.jpg", src: "http://img.b2bpic.net/free-photo/top-view-yummy-biscuit-rolls-with-fruits-dark-background_140725-76425.jpg", alt: "Top view yummy biscuit rolls with fruits on dark background"},
alt: "Top view yummy biscuit rolls with fruits on dark background",
},
{ {
src: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-plate-with-cutlery_23-2148439454.jpg", src: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-plate-with-cutlery_23-2148439454.jpg", alt: "Top view delicious meat on a plate with cutlery"},
alt: "Top view delicious meat on a plate with cutlery",
},
{ {
src: "http://img.b2bpic.net/free-photo/delicious-traditional-chorizo-assortment_23-2148980271.jpg", src: "http://img.b2bpic.net/free-photo/delicious-traditional-chorizo-assortment_23-2148980271.jpg", alt: "Delicious traditional chorizo assortment"},
alt: "Delicious traditional chorizo assortment",
},
{ {
src: "http://img.b2bpic.net/free-photo/bottom-half-view-becon-slices-serving-board-red-pepper-small-bowl-wheat-spike-wooden-table_140725-102984.jpg", src: "http://img.b2bpic.net/free-photo/bottom-half-view-becon-slices-serving-board-red-pepper-small-bowl-wheat-spike-wooden-table_140725-102984.jpg", alt: "Bottom half view becon slices on serving board"},
alt: "Bottom half view becon slices on serving board",
},
{ {
src: "http://img.b2bpic.net/free-photo/beef-pashtet-with-lettuce-leaves-tomato_114579-2534.jpg", src: "http://img.b2bpic.net/free-photo/beef-pashtet-with-lettuce-leaves-tomato_114579-2534.jpg", alt: "Beef pashtet with lettuce leaves and tomato."},
alt: "Beef pashtet with lettuce leaves and tomato.",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-vector/pack-picnic-bbq-labels_23-2147558124.jpg", alt: "local bbq food review logo"},
src: "http://img.b2bpic.net/free-vector/pack-picnic-bbq-labels_23-2147558124.jpg",
alt: "local bbq food review logo",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-vector/vintage-quality-labels_23-2147506422.jpg", alt: "food industry award badge"},
src: "http://img.b2bpic.net/free-vector/vintage-quality-labels_23-2147506422.jpg",
alt: "food industry award badge",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-vector/startups-new-business-25-solid-glyph-icon-pack-including-business-calendar-gear-appointment-group_1142-23190.jpg", alt: "texas food guide badge"},
src: "http://img.b2bpic.net/free-vector/startups-new-business-25-solid-glyph-icon-pack-including-business-calendar-gear-appointment-group_1142-23190.jpg",
alt: "texas food guide badge",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-vector/barbecue-labels-collection-flat-style_23-2147762131.jpg", alt: "community support food icon"},
src: "http://img.b2bpic.net/free-vector/barbecue-labels-collection-flat-style_23-2147762131.jpg",
alt: "community support food icon",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-vector/spoon-fork-food-logo-art-illustration_56104-776.jpg", alt: "restaurant review partner logo"},
src: "http://img.b2bpic.net/free-vector/spoon-fork-food-logo-art-illustration_56104-776.jpg",
alt: "restaurant review partner logo",
},
]} ]}
/> />
</div> </div>
@@ -174,17 +116,11 @@ export default function LandingPage() {
description="Ryan's Smokehouse is a family-owned, counter-serve joint dedicated to the art of low-and-slow barbecue. We believe in great food, cheerful service, and building a place where our community feels right at home." description="Ryan's Smokehouse is a family-owned, counter-serve joint dedicated to the art of low-and-slow barbecue. We believe in great food, cheerful service, and building a place where our community feels right at home."
bulletPoints={[ bulletPoints={[
{ {
title: "Authentic Smoking", title: "Authentic Smoking", description: "Traditional wood-smoked meats, cooked daily for maximum flavor."},
description: "Traditional wood-smoked meats, cooked daily for maximum flavor.",
},
{ {
title: "Famous Sides", title: "Famous Sides", description: "Our potato salad is made from scratch with secret family ingredients."},
description: "Our potato salad is made from scratch with secret family ingredients.",
},
{ {
title: "Community Focus", title: "Community Focus", description: "Serving families and neighbors with a smile every single day."},
description: "Serving families and neighbors with a smile every single day.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/cinematic-film-location-decor_23-2151918999.jpg" imageSrc="http://img.b2bpic.net/free-photo/cinematic-film-location-decor_23-2151918999.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -199,41 +135,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Famous Brisket", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-with-berries-cherry-tomatoes-dark-plate_84443-82593.jpg"},
name: "Famous Brisket",
price: "$16.00",
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-with-berries-cherry-tomatoes-dark-plate_84443-82593.jpg",
},
{ {
id: "p2", id: "p2", name: "Ribs Platter", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-ribs-tray_23-2148679072.jpg"},
name: "Ribs Platter",
price: "$18.00",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-ribs-tray_23-2148679072.jpg",
},
{ {
id: "p3", id: "p3", name: "Potato Salad", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/traditional-russian-salad-olivier_2829-6255.jpg"},
name: "Potato Salad",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-russian-salad-olivier_2829-6255.jpg",
},
{ {
id: "p4", id: "p4", name: "Smoked Sausage", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-sausages-with-side-dishes-sauces_181624-28567.jpg"},
name: "Smoked Sausage",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-sausages-with-side-dishes-sauces_181624-28567.jpg",
},
{ {
id: "p5", id: "p5", name: "Pulled Pork Sandwich", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-with-beef-cheesegreen-pepers-caramelized-onion_123827-21970.jpg"},
name: "Pulled Pork Sandwich",
price: "$11.00",
imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-with-beef-cheesegreen-pepers-caramelized-onion_123827-21970.jpg",
},
{ {
id: "p6", id: "p6", name: "Baked Beans", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chilli-beans-tray_23-2148660399.jpg"},
name: "Baked Beans",
price: "$4.00",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chilli-beans-tray_23-2148660399.jpg",
},
]} ]}
title="Our Signature Smoked Menu" title="Our Signature Smoked Menu"
description="Slow-smoked perfection, hand-carved to order." description="Slow-smoked perfection, hand-carved to order."
@@ -248,20 +160,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "819+", description: "Five-Star Google Reviews"},
value: "819+",
description: "Five-Star Google Reviews",
},
{ {
id: "m2", id: "m2", value: "4.6", description: "Average Rating"},
value: "4.6",
description: "Average Rating",
},
{ {
id: "m3", id: "m3", value: "25+", description: "Years of Experience"},
value: "25+",
description: "Years of Experience",
},
]} ]}
title="Why We're Loved" title="Why We're Loved"
description="High standards and satisfied guests." description="High standards and satisfied guests."
@@ -275,40 +178,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Savanna Stevenson", role: "Foodie", testimonial: "Got the famous chow down potato with brisket and it was delicious! Employees were so cheerful.", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000280.jpg"},
name: "Savanna Stevenson",
role: "Foodie",
testimonial: "Got the famous chow down potato with brisket and it was delicious! Employees were so cheerful.",
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000280.jpg",
},
{ {
id: "t2", id: "t2", name: "Michael Chen", role: "Regular", testimonial: "Our family went there and ordered the 3-meat platter—brisket, ribs, and sausage. Absolutely perfect.", imageSrc: "http://img.b2bpic.net/free-photo/aged-man-choosing-burger-apple_1303-23623.jpg"},
name: "Michael Chen",
role: "Regular",
testimonial: "Our family went there and ordered the 3-meat platter—brisket, ribs, and sausage. Absolutely perfect.",
imageSrc: "http://img.b2bpic.net/free-photo/aged-man-choosing-burger-apple_1303-23623.jpg",
},
{ {
id: "t3", id: "t3", name: "Emily Rodriguez", role: "Customer", testimonial: "Amazing service, amazing food, great people and great overall place to eat.", imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg"},
name: "Emily Rodriguez",
role: "Customer",
testimonial: "Amazing service, amazing food, great people and great overall place to eat.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg",
},
{ {
id: "t4", id: "t4", name: "David Kim", role: "Visitor", testimonial: "The side potato salad is creamy and tasty with perfect chunks of potatoes. A must-try side.", imageSrc: "http://img.b2bpic.net/free-photo/family-with-daughter-playing-yard_1157-24656.jpg"},
name: "David Kim",
role: "Visitor",
testimonial: "The side potato salad is creamy and tasty with perfect chunks of potatoes. A must-try side.",
imageSrc: "http://img.b2bpic.net/free-photo/family-with-daughter-playing-yard_1157-24656.jpg",
},
{ {
id: "t5", id: "t5", name: "Sarah Johnson", role: "Local", testimonial: "Best BBQ in Webster! The atmosphere is always so positive and welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-making-barbecue_23-2149383061.jpg"},
name: "Sarah Johnson",
role: "Local",
testimonial: "Best BBQ in Webster! The atmosphere is always so positive and welcoming.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-making-barbecue_23-2149383061.jpg",
},
]} ]}
title="Loved by the Locals" title="Loved by the Locals"
description="Hear what our amazing guests have to say." description="Hear what our amazing guests have to say."
@@ -321,25 +199,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "Do you offer delivery?", content: "Yes, we partner with major delivery platforms like DoorDash or UberEats to bring our BBQ to your doorstep."},
title: "Do you offer delivery?",
content: "Yes, we partner with major delivery platforms to bring our BBQ to your doorstep.",
},
{ {
id: "f2", id: "f2", title: "Do you have outdoor seating?", content: "Absolutely! We offer comfortable outdoor seating options for all our guests."},
title: "Do you have outdoor seating?",
content: "Absolutely! We offer comfortable outdoor seating options for all our guests.",
},
{ {
id: "f3", id: "f3", title: "Is there a drive-thru?", content: "Yes, for your convenience, we have a fully functional drive-thru."},
title: "Is there a drive-thru?",
content: "Yes, for your convenience, we have a fully functional drive-thru.",
},
{ {
id: "f4", id: "f4", title: "What are your hours?", content: "We are open daily until 8 PM. Come early to ensure you get your favorite cut!"},
title: "What are your hours?",
content: "We are open daily until 8 PM. Come early to ensure you get your favorite cut!",
},
]} ]}
title="Common Questions" title="Common Questions"
description="Everything you need to know about your smokehouse visit." description="Everything you need to know about your smokehouse visit."
@@ -352,12 +218,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Texas BBQ Association", "Texas BBQ Association", "Webster Local Business", "Foodie Choice Award", "Smokehouse Excellence Seal", "Community Dining Partner"]}
"Webster Local Business",
"Foodie Choice Award",
"Smokehouse Excellence Seal",
"Community Dining Partner",
]}
title="Recognized by Our Community" title="Recognized by Our Community"
description="We're proud to be a staple in Webster, Texas." description="We're proud to be a staple in Webster, Texas."
/> />
@@ -367,8 +228,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Visit Us" tag="Visit Us"
title="Come Say Hi" title="Come Say Hi"
description="Located at 103 Henrietta St, Webster, TX. Call us at (281) 554-9331 for inquiries or large orders." description="Located at 103 Henrietta St, Webster, TX. Call us at (281) 554-9331 for inquiries or large orders."
@@ -384,18 +244,14 @@ export default function LandingPage() {
socialLinks={[ socialLinks={[
{ {
icon: Facebook, icon: Facebook,
href: "#", href: "#", ariaLabel: "Facebook"},
ariaLabel: "Facebook",
},
{ {
icon: Instagram, icon: Instagram,
href: "#", href: "#", ariaLabel: "Instagram"},
ariaLabel: "Instagram",
},
]} ]}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }