3 Commits

Author SHA1 Message Date
f9c25c5b19 Update src/app/page.tsx 2026-03-08 10:39:40 +00:00
81552e4670 Update src/app/page.tsx 2026-03-08 10:38:56 +00:00
b330921301 Merge version_2 into main
Merge version_2 into main
2026-03-08 10:28:21 +00:00

View File

@@ -61,12 +61,12 @@ export default function LandingPage() {
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
avatars={[ avatars={[
{ src: "http://img.b2bpic.net/free-photo/front-closed-up-view-fried-meat-with-sauce-greens-along-with-glass-wine-brown-desk-food-meat-meal_140725-25889.jpg", alt: "Happy customer 1" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AesvLBk3wmrO8Wt7sKav8rxcYT/uploaded-1772966214531-9p6krs2x.png", alt: "Happy customer 1" },
{ src: "http://img.b2bpic.net/free-photo/close-up-view-tasty-steak-with-sauce-male-s-hands-begin-cut-slice_8353-7023.jpg", alt: "Happy customer 2" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AesvLBk3wmrO8Wt7sKav8rxcYT/uploaded-1772966214531-ielk6flw.jpg", alt: "Happy customer 2" },
{ src: "http://img.b2bpic.net/free-photo/grilled-steak-with-melted-cheese-mashed-vegetables_140725-2136.jpg", alt: "Happy customer 3" }, { src: "http://img.b2bpic.net/free-photo/grilled-steak-with-melted-cheese-mashed-vegetables_140725-2136.jpg", alt: "Happy customer 3" },
]} ]}
avatarText="Loved by thousands of steak enthusiasts" avatarText="Loved by thousands of steak enthusiasts"
imageSrc="http://img.b2bpic.net/free-photo/delicious-food-prepared-jewish-hanukkah-celebration_23-2151112359.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AesvLBk3wmrO8Wt7sKav8rxcYT/uploaded-1772966214531-9p6krs2x.png?_wi=1"
imageAlt="Premium grilled Texas steak" imageAlt="Premium grilled Texas steak"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
imagePosition="right" imagePosition="right"
@@ -78,7 +78,7 @@ export default function LandingPage() {
title="What Makes Us Legendary" title="What Makes Us Legendary"
titleSegments={[ titleSegments={[
{ type: "text", content: "What Makes Us " }, { type: "text", content: "What Makes Us " },
{ type: "image", src: "http://img.b2bpic.net/free-photo/front-closed-up-view-fried-meat-with-sauce-greens-along-with-glass-wine-brown-desk-food-meat-meal_140725-25889.jpg", alt: "Legendary steaks" }, { type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AesvLBk3wmrO8Wt7sKav8rxcYT/uploaded-1772966214531-9p6krs2x.png", alt: "Legendary steaks" },
{ type: "text", content: " Legendary" }, { type: "text", content: " Legendary" },
]} ]}
description="From our signature smoking process to hand-carved steaks, every detail reflects our commitment to authentic Texas BBQ and premium steakhouse excellence." description="From our signature smoking process to hand-carved steaks, every detail reflects our commitment to authentic Texas BBQ and premium steakhouse excellence."
@@ -111,13 +111,13 @@ export default function LandingPage() {
<div id="menu" data-section="menu"> <div id="menu" data-section="menu">
<ProductCardTwo <ProductCardTwo
title="Signature Steaks" title="Signature Steaks"
description="Hand-cut steaks grilled over open flame. Each cut is a masterpiece of flavor, tenderness, and authentic Texas tradition." description="Hand-cut steaks grilled over open flame. Each cut is a masterpiece of flavor, tenderness, and authentic Texas tradition. Open daily from 10:30 AM - 11:00 PM"
tag="Best Sellers" tag="Best Sellers"
tagIcon={Flame} tagIcon={Flame}
products={[ products={[
{ {
id: "1", brand: "Texas Roadhouse Premium", name: "Ribeye - 14oz", price: "$38.99", rating: 5, id: "1", brand: "Texas Roadhouse Premium", name: "Ribeye - 14oz", price: "$38.99", rating: 5,
reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/front-closed-up-view-fried-meat-with-sauce-greens-along-with-glass-wine-brown-desk-food-meat-meal_140725-25889.jpg", imageAlt: "Premium ribeye steak" reviewCount: "2.4k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AesvLBk3wmrO8Wt7sKav8rxcYT/uploaded-1772966214531-ielk6flw.jpg", imageAlt: "Premium ribeye steak"
}, },
{ {
id: "2", brand: "Texas Roadhouse Premium", name: "Smoked Brisket", price: "$32.99", rating: 5, id: "2", brand: "Texas Roadhouse Premium", name: "Smoked Brisket", price: "$32.99", rating: 5,
@@ -125,7 +125,7 @@ export default function LandingPage() {
}, },
{ {
id: "3", brand: "Texas Roadhouse Premium", name: "Filet Mignon - 8oz", price: "$44.99", rating: 5, id: "3", brand: "Texas Roadhouse Premium", name: "Filet Mignon - 8oz", price: "$44.99", rating: 5,
reviewCount: "1.6k", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-melted-cheese-mashed-vegetables_140725-2136.jpg", imageAlt: "Tender filet mignon steak" reviewCount: "1.6k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AesvLBk3wmrO8Wt7sKav8rxcYT/uploaded-1772966214531-9p6krs2x.png?_wi=2", imageAlt: "Tender filet mignon steak"
}, },
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
@@ -138,7 +138,7 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardThree <MetricCardThree
title="Our Impact & Legacy" title="Our Impact & Legacy"
description="Three decades of legendary steakhouse tradition, bold flavors, and genuine Texas hospitality." description="Three decades of legendary steakhouse tradition, bold flavors, and genuine Texas hospitality. Hours: Mon-Sat 10:30 AM - 11:00 PM | Sun 10:00 AM - 10:00 PM"
tag="By The Numbers" tag="By The Numbers"
tagIcon={TrendingUp} tagIcon={TrendingUp}
metrics={[ metrics={[
@@ -187,7 +187,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
tag="Connect With Us" tag="Connect With Us"
title="Reserve Your Table Today" title="Reserve Your Table Today"
description="Join us for an unforgettable Texas Roadhouse experience. Whether you're celebrating a special occasion or enjoying casual dinner, we're ready to serve you authentic steakhouse excellence." description="Join us for an unforgettable Texas Roadhouse experience. Whether you're celebrating a special occasion or enjoying casual dinner, we're ready to serve you authentic steakhouse excellence. Hours: Mon-Sat 10:30 AM - 11:00 PM | Sun 10:00 AM - 10:00 PM"
tagIcon={Clock} tagIcon={Clock}
background={{ variant: "rotated-rays-animated-grid" }} background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false} useInvertedBackground={false}
@@ -200,7 +200,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterCard <FooterCard
logoText="Texas Roadhouse" logoText="Texas Roadhouse"
copyrightText="© 2025 Texas Roadhouse. All rights reserved. Authentic Texas steakhouse tradition since 1993." copyrightText="© 2025 Texas Roadhouse. All rights reserved. Authentic Texas steakhouse tradition since 1993. Hours: Mon-Sat 10:30 AM - 11:00 PM | Sun 10:00 AM - 10:00 PM"
socialLinks={[ socialLinks={[
{ icon: Facebook, href: "https://facebook.com/texasroadhouse", ariaLabel: "Facebook" }, { icon: Facebook, href: "https://facebook.com/texasroadhouse", ariaLabel: "Facebook" },
{ icon: Instagram, href: "https://instagram.com/texasroadhouse", ariaLabel: "Instagram" }, { icon: Instagram, href: "https://instagram.com/texasroadhouse", ariaLabel: "Instagram" },