Update src/app/page.tsx
This commit is contained in:
243
src/app/page.tsx
243
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Market",
|
||||
id: "products",
|
||||
},
|
||||
name: "Market", id: "products"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "features",
|
||||
},
|
||||
name: "Experience", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="The Goat Life"
|
||||
/>
|
||||
@@ -63,12 +53,10 @@ export default function LandingPage() {
|
||||
description="Experience ethical farming, award-quality products, and warm hospitality at The Goat Life Farms. From artisanal bread to exclusive farm tours—every moment is crafted with care."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Experience",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Experience", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pllvkd&_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pllvkd"
|
||||
imageAlt="The Goat Life Farms landscape"
|
||||
/>
|
||||
</div>
|
||||
@@ -78,9 +66,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Life Crafted with Care"
|
||||
description={[
|
||||
"At The Goat Life Farms, we believe in the harmony of land and legacy. Our farm is more than a location; it's a sanctuary for ethical farming and premium artisanal production.",
|
||||
"Rooted in transparency and a deep respect for our heritage, we invite you to experience the quality that defines us, from our hand-raised goats to our freshly baked artisanal breads.",
|
||||
]}
|
||||
"At The Goat Life Farms, we believe in the harmony of land and legacy. Our farm is more than a location; it's a sanctuary for ethical farming and premium artisanal production.", "Rooted in transparency and a deep respect for our heritage, we invite you to experience the quality that defines us, from our hand-raised goats to our freshly baked artisanal breads."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -92,59 +78,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Goat Life",
|
||||
name: "Premium Breeding Goat",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ew0sal",
|
||||
},
|
||||
id: "1", brand: "Goat Life", name: "Premium Breeding Goat", price: "Custom", rating: 5,
|
||||
reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ew0sal"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Bakery",
|
||||
name: "Artisanal Sourdough",
|
||||
price: "$12",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h735j9&_wi=1",
|
||||
},
|
||||
id: "2", brand: "Bakery", name: "Artisanal Sourdough", price: "$12", rating: 5,
|
||||
reviewCount: "89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h735j9"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Goat Life",
|
||||
name: "Purebred Nanny Goat",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "5",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9jrkbr",
|
||||
},
|
||||
id: "3", brand: "Goat Life", name: "Purebred Nanny Goat", price: "Custom", rating: 5,
|
||||
reviewCount: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9jrkbr"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Bakery",
|
||||
name: "Country Rye Loaf",
|
||||
price: "$10",
|
||||
rating: 5,
|
||||
reviewCount: "42",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=36d02i",
|
||||
},
|
||||
id: "4", brand: "Bakery", name: "Country Rye Loaf", price: "$10", rating: 5,
|
||||
reviewCount: "42", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=36d02i"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Goat Life",
|
||||
name: "Farm Raised Buck",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "3",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ci1d4s",
|
||||
},
|
||||
id: "5", brand: "Goat Life", name: "Farm Raised Buck", price: "Custom", rating: 5,
|
||||
reviewCount: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ci1d4s"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Bakery",
|
||||
name: "Rustic Baguette",
|
||||
price: "$8",
|
||||
rating: 5,
|
||||
reviewCount: "67",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=09139n",
|
||||
},
|
||||
id: "6", brand: "Bakery", name: "Rustic Baguette", price: "$8", rating: 5,
|
||||
reviewCount: "67", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=09139n"},
|
||||
]}
|
||||
title="Our Artisanal Offerings"
|
||||
description="Discover our award-quality dairy and artisanal breads, crafted with passion for those who value authenticity."
|
||||
@@ -158,57 +108,30 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Farm Tours",
|
||||
description: "Experience life on the farm with our guided, authentic tours.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Farm Tours", description: "Experience life on the farm with our guided, authentic tours.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ce8s3s",
|
||||
imageAlt: "Farm tour",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ce8s3s", imageAlt: "Farm tour"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=10868i",
|
||||
imageAlt: "Goats",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=10868i", imageAlt: "Goats"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t051ai",
|
||||
imageAlt: "Farm landscape",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t051ai", imageAlt: "Farm landscape"},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pllvkd&_wi=2",
|
||||
imageAlt: "guided luxury farm tour",
|
||||
},
|
||||
{
|
||||
title: "Fresh Produce",
|
||||
description: "Artisanal dairy and baked goods, delivered with transparency.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Fresh Produce", description: "Artisanal dairy and baked goods, delivered with transparency.", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: Star,
|
||||
label: "Ethical",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Ethical", value: "100%"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Quality",
|
||||
value: "Gold",
|
||||
},
|
||||
label: "Quality", value: "Gold"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Fresh",
|
||||
value: "Daily",
|
||||
},
|
||||
label: "Fresh", value: "Daily"},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1m0tov",
|
||||
imageAlt: "guided luxury farm tour",
|
||||
},
|
||||
{
|
||||
title: "Events & Venue",
|
||||
description: "Host your unique corporate or private events at our scenic farm.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h735j9&_wi=2",
|
||||
imageAlt: "guided luxury farm tour",
|
||||
title: "Events & Venue", description: "Host your unique corporate or private events at our scenic farm.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
]}
|
||||
title="More Than a Farm"
|
||||
@@ -223,45 +146,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The bread is perfection and the farm tour was an unforgettable experience.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vhy28f",
|
||||
},
|
||||
id: "1", name: "Sarah Jenkins", handle: "@sarahj", testimonial: "The bread is perfection and the farm tour was an unforgettable experience.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vhy28f"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "Finally found a local source that truly cares about ethics and animal welfare.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cdwv2y",
|
||||
},
|
||||
id: "2", name: "Marcus Chen", handle: "@mchen", testimonial: "Finally found a local source that truly cares about ethics and animal welfare.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cdwv2y"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rose",
|
||||
handle: "@emilyr",
|
||||
testimonial: "The perfect venue for our company retreat. Unique and truly authentic.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rdprc2",
|
||||
},
|
||||
id: "3", name: "Emily Rose", handle: "@emilyr", testimonial: "The perfect venue for our company retreat. Unique and truly authentic.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rdprc2"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@dkim",
|
||||
testimonial: "Top-tier quality dairy. You can really taste the difference in the artisanal process.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=otdapn",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@dkim", testimonial: "Top-tier quality dairy. You can really taste the difference in the artisanal process.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=otdapn"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Wang",
|
||||
handle: "@lisaw",
|
||||
testimonial: "Incredible hospitality and atmosphere. My family loved every moment.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hjs90",
|
||||
},
|
||||
id: "5", name: "Lisa Wang", handle: "@lisaw", testimonial: "Incredible hospitality and atmosphere. My family loved every moment.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hjs90"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Stories from the Farm"
|
||||
@@ -274,14 +172,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Ethical Farming Co",
|
||||
"Award Dairy Guild",
|
||||
"Heritage Farm Trust",
|
||||
"Organic Bakery Group",
|
||||
"Sustainable Ag Council",
|
||||
"Local Quality Board",
|
||||
"Rural Excellence Mark",
|
||||
]}
|
||||
"Ethical Farming Co", "Award Dairy Guild", "Heritage Farm Trust", "Organic Bakery Group", "Sustainable Ag Council", "Local Quality Board", "Rural Excellence Mark"]}
|
||||
title="Certified Excellence"
|
||||
description="We partner with industry leaders to ensure our ethical standards and product quality are always best-in-class."
|
||||
/>
|
||||
@@ -293,20 +184,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How can I book a tour?",
|
||||
content: "Book your experience directly through our contact form or send us a WhatsApp message.",
|
||||
},
|
||||
id: "1", title: "How can I book a tour?", content: "Book your experience directly through our contact form or send us a WhatsApp message."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you deliver artisanal bread?",
|
||||
content: "Yes, we offer local delivery and farm pickup options for our bread orders.",
|
||||
},
|
||||
id: "2", title: "Do you deliver artisanal bread?", content: "Yes, we offer local delivery and farm pickup options for our bread orders."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are your animals ethically raised?",
|
||||
content: "We prioritize animal welfare above all, ensuring our goats live in a natural, stress-free environment.",
|
||||
},
|
||||
id: "3", title: "Are your animals ethically raised?", content: "We prioritize animal welfare above all, ensuring our goats live in a natural, stress-free environment."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g2q2af"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -320,18 +202,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
text="Ready to experience The Goat Life Farms? Let’s connect. Whether you're booking a tour, purchasing goats, or ordering our daily baked goods, we're here to help."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/your-number",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.me/your-number"},
|
||||
{
|
||||
text: "View on Maps",
|
||||
href: "https://google.com/maps",
|
||||
},
|
||||
text: "View on Maps", href: "https://google.com/maps"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -342,41 +219,27 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Market",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Market", href: "#products"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
label: "WhatsApp", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user