Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d845ce9a3 | |||
| 67eb5c5ba1 | |||
| 19470eb1d5 | |||
| 6deb3d5f7a | |||
| 6ce824dcbc | |||
| 4efd4e8761 | |||
| fdceea3747 | |||
| 7060ac9832 | |||
| ed45943973 |
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user