10 Commits

Author SHA1 Message Date
5d845ce9a3 Merge version_9 into main
Merge version_9 into main
2026-05-23 21:43:28 +00:00
67eb5c5ba1 Update src/app/page.tsx 2026-05-23 21:43:25 +00:00
19470eb1d5 Merge version_9 into main
Merge version_9 into main
2026-05-23 21:43:04 +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
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" }]}
mediaItems={[
{ 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" },
]}
/>
@@ -103,8 +103,8 @@ export default function LandingPage() {
title="What Locals Say"
description="Join the hundreds of happy neighbors enjoying the best BBQ in Fulshear."
testimonials={[
{ id: "1", name: "John D.", role: "Local Resident", company: "Fulshear", rating: 5 },
{ id: "2", name: "Mary S.", role: "Regular", company: "Cinco Ranch", 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, imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=200" },
]}
kpiItems={[
{ value: "500+", label: "Happy Neighbors" },
@@ -126,6 +126,7 @@ export default function LandingPage() {
title="Got Questions?"
faqsAnimation="slide-up"
description="Frequently Asked Questions"
imageSrc="https://images.unsplash.com/photo-1582213782179-e0d53f98f2ca?q=80&w=800"
/>
</div>
@@ -138,6 +139,7 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Name" },
{ name: "email", type: "email", placeholder: "Email" },
]}
imageSrc="https://images.unsplash.com/photo-1529193591184-b1ddf806a36e?q=80&w=800&_wi=2"
/>
</div>

View File

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