9 Commits

Author SHA1 Message Date
67eb5c5ba1 Update src/app/page.tsx 2026-05-23 21:43:25 +00:00
6deb3d5f7a Update src/app/page.tsx 2026-05-23 21:43:01 +00:00
6ce824dcbc Merge version_8 into main
Merge version_8 into main
2026-05-23 21:41:49 +00:00
e607e5ce60 Update theme colors 2026-05-23 21:41:46 +00:00
4efd4e8761 Merge version_7 into main
Merge version_7 into main
2026-05-23 21:41:41 +00:00
b780c131fc Update theme colors 2026-05-23 21:41:38 +00:00
fdceea3747 Merge version_6 into main
Merge version_6 into main
2026-05-23 21:41:35 +00:00
7060ac9832 Merge version_5 into main
Merge version_5 into main
2026-05-23 21:40:27 +00:00
ed45943973 Merge version_5 into main
Merge version_5 into main
2026-05-23 21:39:59 +00:00
2 changed files with 14 additions and 12 deletions

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
buttons={[{ text: "View Menu", href: "#products" }]} buttons={[{ text: "View Menu", href: "#products" }]}
mediaItems={[ mediaItems={[
{ imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561ad1?q=80&w=800", imageAlt: "Smoked Brisket" }, { imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561ad1?q=80&w=800", imageAlt: "Smoked Brisket" },
{ imageSrc: "https://images.unsplash.com/photo-1529193591184-b1ddf806a36e?q=80&w=800", imageAlt: "BBQ Ribs" }, { imageSrc: "https://images.unsplash.com/photo-1529193591184-b1ddf806a36e?q=80&w=800&_wi=1", imageAlt: "BBQ Ribs" },
{ imageSrc: "https://images.unsplash.com/photo-1603048297172-c92544798d5e?q=80&w=800", imageAlt: "Food truck atmosphere" }, { imageSrc: "https://images.unsplash.com/photo-1603048297172-c92544798d5e?q=80&w=800", imageAlt: "Food truck atmosphere" },
]} ]}
/> />
@@ -103,8 +103,8 @@ export default function LandingPage() {
title="What Locals Say" title="What Locals Say"
description="Join the hundreds of happy neighbors enjoying the best BBQ in Fulshear." description="Join the hundreds of happy neighbors enjoying the best BBQ in Fulshear."
testimonials={[ testimonials={[
{ id: "1", name: "John D.", role: "Local Resident", company: "Fulshear", rating: 5 }, { id: "1", name: "John D.", role: "Local Resident", company: "Fulshear", rating: 5, imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?q=80&w=200" },
{ id: "2", name: "Mary S.", role: "Regular", company: "Cinco Ranch", rating: 5 }, { id: "2", name: "Mary S.", role: "Regular", company: "Cinco Ranch", rating: 5, imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=200" },
]} ]}
kpiItems={[ kpiItems={[
{ value: "500+", label: "Happy Neighbors" }, { value: "500+", label: "Happy Neighbors" },
@@ -126,6 +126,7 @@ export default function LandingPage() {
title="Got Questions?" title="Got Questions?"
faqsAnimation="slide-up" faqsAnimation="slide-up"
description="Frequently Asked Questions" description="Frequently Asked Questions"
imageSrc="https://images.unsplash.com/photo-1582213782179-e0d53f98f2ca?q=80&w=800"
/> />
</div> </div>
@@ -138,6 +139,7 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Name" }, { name: "name", type: "text", placeholder: "Name" },
{ name: "email", type: "email", placeholder: "Email" }, { name: "email", type: "email", placeholder: "Email" },
]} ]}
imageSrc="https://images.unsplash.com/photo-1529193591184-b1ddf806a36e?q=80&w=800&_wi=2"
/> />
</div> </div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #e3deea; --background: #000000;
--card: #ffffff; --card: #481f1f;
--foreground: #1f2027; --foreground: #ffffff;
--primary-cta: #1f2027; --primary-cta: #ffffff;
--primary-cta-text: #e3deea; --primary-cta-text: #280101;
--secondary-cta: #ffffff; --secondary-cta: #361311;
--secondary-cta-text: #1f2027; --secondary-cta-text: #f6d4d4;
--accent: #627dc6; --accent: #51000b;
--background-accent: #627dc6; --background-accent: #ff2231;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);