Update src/app/page.tsx

This commit is contained in:
2026-05-18 05:14:08 +00:00
parent f34415bafd
commit 3f5cc593cc

View File

@@ -33,87 +33,58 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Products",
id: "products",
},
name: "Products", id: "products"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
]}
brandName="Effie's Homemade"
button={{
text: "Order Now", href: "#products"}}
/>
</div>
<div id="home" data-section="home">
<HeroCentered
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="A Savory Twist on the Classic Tea Biscuit"
description="Crisp, buttery, and finished with a twist of black pepper. Infused with the nutty richness of aged Gruyère cheese, our artisanal biscuits are perfect for cheese boards, cocktail hours, or a gourmet snack on the go."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-hands-holding-jars_23-2148626013.jpg",
alt: "Happy customer review",
},
src: "http://img.b2bpic.net/free-photo/close-up-hands-holding-jars_23-2148626013.jpg", alt: "Happy customer review"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311150.jpg",
alt: "Satisfied snack enthusiast",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311150.jpg", alt: "Satisfied snack enthusiast"},
{
src: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-cupcake_23-2148466342.jpg",
alt: "Gourmet food lover",
},
src: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-cupcake_23-2148466342.jpg", alt: "Gourmet food lover"},
{
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-beautiful-gingerbread-walk_169016-24294.jpg",
alt: "Professional biscuit reviewer",
},
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-beautiful-gingerbread-walk_169016-24294.jpg", alt: "Professional biscuit reviewer"},
{
src: "http://img.b2bpic.net/free-photo/authentic-person-eating-fresh-cheese_23-2150220537.jpg",
alt: "Authentic cheese eater",
},
src: "http://img.b2bpic.net/free-photo/authentic-person-eating-fresh-cheese_23-2150220537.jpg", alt: "Authentic cheese eater"},
]}
avatarText="Loved by 23+ cheese enthusiasts"
buttons={[
{
text: "Shop Now",
href: "#products",
},
text: "Shop Now", href: "#products"},
]}
marqueeItems={[
{
type: "text-icon",
text: "Small-batch baked",
icon: Cookie,
type: "text-icon", text: "Small-batch baked", icon: Cookie,
},
{
type: "text-icon",
text: "Aged Gruyère cheese",
icon: Star,
type: "text-icon", text: "Aged Gruyère cheese", icon: Star,
},
{
type: "text-icon",
text: "Artisanal quality",
icon: Award,
type: "text-icon", text: "Artisanal quality", icon: Award,
},
{
type: "text-icon",
text: "Perfect for boards",
icon: Wine,
type: "text-icon", text: "Perfect for boards", icon: Wine,
},
{
type: "text-icon",
text: "Fresh ingredients",
icon: Leaf,
type: "text-icon", text: "Fresh ingredients", icon: Leaf,
},
]}
/>
@@ -124,14 +95,9 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "The Perfect Companion for Entertaining",
},
type: "text", content: "The Perfect Companion for Entertaining"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-nuts-white-surface_140725-90746.jpg",
alt: "Cheese Board Setup",
},
type: "image", src: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-nuts-white-surface_140725-90746.jpg", alt: "Cheese Board Setup"},
]}
/>
</div>
@@ -144,47 +110,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Gruyère Biscuits - 6 Pack",
price: "$39.00",
variant: "6-Pack Box",
imageSrc: "http://img.b2bpic.net/free-photo/snacks-crackers-blue-space-top-view_114579-15331.jpg",
},
id: "p1", name: "Gruyère Biscuits - 6 Pack", price: "$39.00", variant: "6-Pack Box", imageSrc: "http://img.b2bpic.net/free-photo/snacks-crackers-blue-space-top-view_114579-15331.jpg"},
{
id: "p2",
name: "Gruyère Biscuits - 12 Pack",
price: "$70.00",
variant: "12-Pack Box",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-cakes-shop-window_1398-3663.jpg",
},
id: "p2", name: "Gruyère Biscuits - 12 Pack", price: "$70.00", variant: "12-Pack Box", imageSrc: "http://img.b2bpic.net/free-photo/fresh-cakes-shop-window_1398-3663.jpg"},
{
id: "p3",
name: "Sample Pack",
price: "$20.00",
variant: "Sample",
imageSrc: "http://img.b2bpic.net/free-photo/cookies-glass-jar-table_1232-3429.jpg",
},
id: "p3", name: "Sample Pack", price: "$20.00", variant: "Sample", imageSrc: "http://img.b2bpic.net/free-photo/cookies-glass-jar-table_1232-3429.jpg"},
{
id: "p4",
name: "Gift Set",
price: "$55.00",
variant: "Bundle",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-round-cookies-rope-marble-background_114579-46876.jpg",
},
id: "p4", name: "Gift Set", price: "$55.00", variant: "Bundle", imageSrc: "http://img.b2bpic.net/free-photo/sweet-round-cookies-rope-marble-background_114579-46876.jpg"},
{
id: "p5",
name: "Cheese Board Bundle",
price: "$85.00",
variant: "Gift",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-pastry-shop-window_1398-575.jpg",
},
id: "p5", name: "Cheese Board Bundle", price: "$85.00", variant: "Gift", imageSrc: "http://img.b2bpic.net/free-photo/fresh-pastry-shop-window_1398-575.jpg"},
{
id: "p6",
name: "Party Pack",
price: "$120.00",
variant: "Bulk",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-yummy-cookies-light-table_140725-130254.jpg",
},
id: "p6", name: "Party Pack", price: "$120.00", variant: "Bulk", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-yummy-cookies-light-table_140725-130254.jpg"},
]}
title="Our Biscuits"
description="Select the perfect pack size for your next gathering."
@@ -198,20 +134,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Aged Gruyère",
description: "Infused with rich, nutty, aged cheese for depth.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157457.jpg",
},
title: "Aged Gruyère", description: "Infused with rich, nutty, aged cheese for depth.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157457.jpg"},
{
title: "Exceptional Spices",
description: "Sourced directly from small-scale farmers.",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tasty-sliced-cakes-placed-wooden-board_114579-66157.jpg",
},
title: "Exceptional Spices", description: "Sourced directly from small-scale farmers.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-tasty-sliced-cakes-placed-wooden-board_114579-66157.jpg"},
{
title: "Artisanal Quality",
description: "Hand-crafted batches with premium ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-salted-crisps-crackers-with-ropes-wooden-desk-grey-background-cracker-crisp-snack_140725-23100.jpg",
},
title: "Artisanal Quality", description: "Hand-crafted batches with premium ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salted-crisps-crackers-with-ropes-wooden-desk-grey-background-cracker-crisp-snack_140725-23100.jpg"},
]}
title="Why Choose Effie's?"
description="Small-batch craftsmanship for exceptional taste."
@@ -226,25 +153,13 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "23",
title: "Reviews",
description: "Highly rated by our fans",
icon: Star,
id: "m1", value: "23", title: "Reviews", description: "Highly rated by our fans", icon: Star,
},
{
id: "m2",
value: "100%",
title: "Butter",
description: "Real, high-quality butter",
icon: Award,
id: "m2", value: "100%", title: "Butter", description: "Real, high-quality butter", icon: Award,
},
{
id: "m3",
value: "10%",
title: "Savings",
description: "Save on 12-pack orders",
icon: Percent,
id: "m3", value: "10%", title: "Savings", description: "Save on 12-pack orders", icon: Percent,
},
]}
title="Our Impact"
@@ -260,45 +175,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Cynthia Kenner",
role: "Fan",
company: "Home",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-dutch-cheese-wood-cutting-board-with-pickled-olives-various-types-cheese-rustic-top-view_141793-6488.jpg",
},
id: "1", name: "Cynthia Kenner", role: "Fan", company: "Home", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-dutch-cheese-wood-cutting-board-with-pickled-olives-various-types-cheese-rustic-top-view_141793-6488.jpg"},
{
id: "2",
name: "Barbara",
role: "Fan",
company: "Home",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-adult-caucasian-male-gardener-wearing-gardening-hat-through-fingers-isolated-pink-wall-with-copy-space_141793-129799.jpg",
},
id: "2", name: "Barbara", role: "Fan", company: "Home", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-adult-caucasian-male-gardener-wearing-gardening-hat-through-fingers-isolated-pink-wall-with-copy-space_141793-129799.jpg"},
{
id: "3",
name: "Susan Phillips",
role: "Fan",
company: "Home",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-book-close-up_23-2148973429.jpg",
},
id: "3", name: "Susan Phillips", role: "Fan", company: "Home", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-book-close-up_23-2148973429.jpg"},
{
id: "4",
name: "Gregory J Fulham",
role: "Fan",
company: "Home",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/redhead-young-woman-holding-cookie-close-eye-smiling-happy-pointing-with-hand-finger_839833-9288.jpg",
},
id: "4", name: "Gregory J Fulham", role: "Fan", company: "Home", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/redhead-young-woman-holding-cookie-close-eye-smiling-happy-pointing-with-hand-finger_839833-9288.jpg"},
{
id: "5",
name: "Gina",
role: "Fan",
company: "Home",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-woman-drink-coffee-smiling_176420-16239.jpg",
},
id: "5", name: "Gina", role: "Fan", company: "Home", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-woman-drink-coffee-smiling_176420-16239.jpg"},
]}
title="What Our Fans Say"
description="See why cheese lovers choose us."
@@ -311,20 +201,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "What are the best crackers for cheeseboards?",
content: "Effie's Gruyere Biscuits pair perfectly with soft and hard cheeses.",
},
id: "q1", title: "What are the best crackers for cheeseboards?", content: "Effie's Gruyere Biscuits pair perfectly with soft and hard cheeses."},
{
id: "q2",
title: "What pairs well with Gruyere Biscuits?",
content: "They go great with wine, charcuterie, and fruit.",
},
id: "q2", title: "What pairs well with Gruyere Biscuits?", content: "They go great with wine, charcuterie, and fruit."},
{
id: "q3",
title: "Are savory biscuits good for entertaining?",
content: "Yes, they are versatile and easy to serve for any occasion.",
},
id: "q3", title: "Are savory biscuits good for entertaining?", content: "Yes, they are versatile and easy to serve for any occasion."},
]}
title="Questions Answered"
description="Everything you need to know."
@@ -336,14 +217,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
text="Ready to elevate your next cheese board? Order Effie's Homemade today."
buttons={[
{
text: "Order Now",
href: "#products",
},
text: "Order Now", href: "#products"},
]}
/>
</div>
@@ -352,29 +230,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Shop",
href: "#products",
},
label: "Shop", href: "#products"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Contact",
href: "#",
},
label: "Contact", href: "#"},
],
},
]}