7 Commits

Author SHA1 Message Date
9f9b281271 Merge version_3 into main
Merge version_3 into main
2026-03-10 23:43:26 +00:00
5d079339a7 Update src/app/page.tsx 2026-03-10 23:43:21 +00:00
13cf833dda Merge version_2 into main
Merge version_2 into main
2026-03-10 23:34:51 +00:00
914a4d83f1 Update src/app/page.tsx 2026-03-10 23:34:47 +00:00
a587818c62 Merge version_1 into main
Merge version_1 into main
2026-03-10 23:32:21 +00:00
e977419033 Merge version_1 into main
Merge version_1 into main
2026-03-10 23:31:56 +00:00
2b9230012c Merge version_1 into main
Merge version_1 into main
2026-03-10 23:31:03 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
title="Legendary Burgers. Gig Harbor's Finest."
description="Huge juicy burgers packed with flavor, famous herb shoestring fries, and craft drinks. A cozy local favorite that people drive across Washington for."
description="Delicious, memorable meal experiences await—freshly hand-crafted burgers packed with flavor, famous herb shoestring fries, and craft drinks. A cozy local favorite that people drive across Washington for."
background={{ variant: "plain" }}
tag="Now Open"
tagIcon={Flame}
@@ -101,7 +101,11 @@ export default function LandingPage() {
reviewCount: "312+", imageSrc: "http://img.b2bpic.net/free-photo/yummy-french-fries-wooden-table_23-2148374899.jpg?_wi=2", imageAlt: "Crispy herb rosemary shoestring fries"
},
{
id: "6", brand: "Beverage", name: "Craft Milkshakes", price: "$6.99", rating: 5,
id: "6", brand: "Side", name: "Skinny Garlic Fries", price: "$6.49", rating: 5,
reviewCount: "189+", imageSrc: "http://img.b2bpic.net/free-photo/yummy-french-fries-wooden-table_23-2148374899.jpg?_wi=2", imageAlt: "Thin-cut garlic fries with herbs"
},
{
id: "7", brand: "Beverage", name: "Craft Milkshakes", price: "$6.99", rating: 5,
reviewCount: "267+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-oh-hands-holding-glass-milkshake_23-2148296043.jpg?_wi=2", imageAlt: "Creamy milkshake with whipped cream"
}
]}
@@ -166,16 +170,20 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Aidan Fox-Bailey", role: "Local Visitor", company: "Gig Harbor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "Aidan Fox-Bailey portrait"
id: "1", name: "Aidan Fox-Bailey", role: "Local Visitor", company: "Gig Harbor", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "Aidan Fox-Bailey portrait"
},
{
id: "2", name: "David Schanhals", role: "Food Enthusiast", company: "Washington", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg", imageAlt: "David Schanhals portrait"
id: "2", name: "David Schanhals", role: "Food Enthusiast", company: "Washington", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg", imageAlt: "David Schanhals portrait"
},
{
id: "3", name: "Ava Carlson", role: "Family Diner", company: "Frequent Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg", imageAlt: "Ava Carlson portrait"
id: "3", name: "Ava Carlson", role: "Family Diner", company: "Frequent Guest", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg", imageAlt: "Ava Carlson portrait"
},
{
id: "4", name: "Joe Roush", role: "Regular Customer", company: "Gig Harbor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-knitted-hat-sitting-against-yellow-surface_23-2148204634.jpg", imageAlt: "Joe Roush portrait"
id: "4", name: "Joe Roush", role: "Regular Customer", company: "Gig Harbor", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-knitted-hat-sitting-against-yellow-surface_23-2148204634.jpg", imageAlt: "Joe Roush portrait"
}
]}
kpiItems={[
@@ -280,4 +288,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}