Update src/app/page.tsx

This commit is contained in:
2026-04-30 15:11:32 +00:00
parent 1aef767813
commit 3d9cfd5d42

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Products",
id: "products",
},
{
name: "Recipes",
id: "recipes",
},
{
name: "About",
id: "about",
},
{ name: "Home", id: "hero" },
{ name: "Products", id: "products" },
{ name: "Recipes", id: "recipes" },
{ name: "About", id: "about" },
]}
brandName="Alimentos SAM"
/>
@@ -55,22 +43,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Cooking delicious food has never been easier"
description="Simple recipes, practical products, and gluten free options."
buttons={[
{
text: "View recipes",
href: "#recipes",
},
{
text: "View products",
href: "#products",
},
{ text: "View recipes", href: "#recipes" },
{ text: "View products", href: "#products" },
]}
imageSrc="http://img.b2bpic.net/free-photo/food-photographer-is-shooting-pizza_181624-34749.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/food-photographer-is-shooting-pizza_181624-34749.jpg"
imageAlt="pancake breakfast stack"
/>
</div>
@@ -82,48 +62,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Pancake Mix",
price: "From $3.50",
variant: "Original",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-serbian-food-plate_23-2149358066.jpg?_wi=1",
},
{
id: "p2",
name: "Classic Breading",
price: "From $2.99",
variant: "Crunchy",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-strawberry-candies_23-2148777664.jpg?_wi=1",
},
{
id: "p3",
name: "Gluten Free Breading",
price: "From $4.99",
variant: "Healthy",
imageSrc: "http://img.b2bpic.net/free-photo/producer-his-shop-with-fresh-foods_23-2149110814.jpg",
},
{
id: "p4",
name: "Ready-to-bake Nuggets",
price: "From $5.50",
variant: "Quick",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-nuggets-lettuce-cherry-tomatoes-pan-female-hands-notebook-dark-red-wall_140725-144177.jpg",
},
{
id: "p5",
name: "Practical Seasoning",
price: "From $2.50",
variant: "Herbs",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-spoons-with-spices-dark-surface_114579-77165.jpg",
},
{
id: "p6",
name: "Home Baking Kit",
price: "From $8.99",
variant: "Combo",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-table-full-food_23-2149261048.jpg",
},
{ id: "p1", name: "Pancake Mix", price: "From $3.50", variant: "Original", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-serbian-food-plate_23-2149358066.jpg" },
{ id: "p2", name: "Classic Breading", price: "From $2.99", variant: "Crunchy", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-strawberry-candies_23-2148777664.jpg" },
{ id: "p3", name: "Gluten Free Breading", price: "From $4.99", variant: "Healthy", imageSrc: "http://img.b2bpic.net/free-photo/producer-his-shop-with-fresh-foods_23-2149110814.jpg" },
{ id: "p4", name: "Ready-to-bake Nuggets", price: "From $5.50", variant: "Quick", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-nuggets-lettuce-cherry-tomatoes-pan-female-hands-notebook-dark-red-wall_140725-144177.jpg" },
{ id: "p5", name: "Practical Seasoning", price: "From $2.50", variant: "Herbs", imageSrc: "http://img.b2bpic.net/free-photo/wooden-spoons-with-spices-dark-surface_114579-77165.jpg" },
{ id: "p6", name: "Home Baking Kit", price: "From $8.99", variant: "Combo", imageSrc: "http://img.b2bpic.net/free-photo/close-up-table-full-food_23-2149261048.jpg" },
]}
title="Featured Products"
description="Our core essentials for a modern, practical kitchen."
@@ -137,49 +81,25 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Classic Pancakes",
description: "Quick & fluffy morning favorite.",
icon: Star,
title: "Classic Pancakes", description: "Quick & fluffy morning favorite.", icon: Star,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-cheesecakes-ricotta-fritters-with-fresh-blueberries-currants-peaches-plate-healthy-delicious-breakfast-holiday-blue-wooden-background_127032-2836.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-with-sandwich-grapefruit_23-2148797082.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/food-photographer-is-shooting-pizza_181624-34749.jpg?_wi=2",
imageAlt: "pancakes food photography",
{ imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-cheesecakes-ricotta-fritters-with-fresh-blueberries-currants-peaches-plate-healthy-delicious-breakfast-holiday-blue-wooden-background_127032-2836.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-with-sandwich-grapefruit_23-2148797082.jpg" },
]
},
{
title: "Crispy Nuggets",
description: "Homemade crunch, done simply.",
icon: Zap,
title: "Crispy Nuggets", description: "Homemade crunch, done simply.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fried-croquette-arrangement_23-2149198965.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187943.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-serbian-food-plate_23-2149358066.jpg?_wi=2",
imageAlt: "pancakes food photography",
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-fried-croquette-arrangement_23-2149198965.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187943.jpg" },
]
},
{
title: "GF Mini Pancakes",
description: "Healthy choice for little ones.",
icon: Leaf,
title: "GF Mini Pancakes", description: "Healthy choice for little ones.", icon: Leaf,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-plate-breakfast-with-jam-spoon_23-2148417354.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150927739.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-strawberry-candies_23-2148777664.jpg?_wi=2",
imageAlt: "pancakes food photography",
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-plate-breakfast-with-jam-spoon_23-2148417354.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150927739.jpg" },
]
},
]}
title="Explore Recipes"
@@ -194,53 +114,17 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "gf-1",
title: "GF Breading",
price: "Bake crispy",
period: "Safe",
features: [
"Gluten-free",
"No preservatives",
"Easy cleanup",
],
button: {
text: "View product",
},
imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-nachos-dish_23-2151874094.jpg",
imageAlt: "Still life of colorful nachos dish",
},
id: "gf-1", title: "GF Breading", price: "Bake crispy", period: "Safe", features: ["Gluten-free", "No preservatives", "Easy cleanup"],
button: { text: "View product" },
imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-nachos-dish_23-2151874094.jpg", imageAlt: "Still life of colorful nachos dish"},
{
id: "gf-2",
title: "GF Mix",
price: "Fluffiness guaranteed",
period: "Quick",
features: [
"100% natural",
"Easy to mix",
"Kid friendly",
],
button: {
text: "View product",
},
imageSrc: "http://img.b2bpic.net/free-photo/food-photographer-is-shooting-pizza_181624-34749.jpg?_wi=3",
imageAlt: "Still life of colorful nachos dish",
},
id: "gf-2", title: "GF Mix", price: "Fluffiness guaranteed", period: "Quick", features: ["100% natural", "Easy to mix", "Kid friendly"],
button: { text: "View product" },
imageSrc: "http://img.b2bpic.net/free-photo/food-photographer-is-shooting-pizza_181624-34749.jpg", imageAlt: "Still life of colorful nachos dish"},
{
id: "gf-3",
title: "GF Seasonings",
price: "Flavor focus",
period: "Daily",
features: [
"No additives",
"Fresh herbs",
"Guatemalan soul",
],
button: {
text: "View product",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-serbian-food-plate_23-2149358066.jpg?_wi=3",
imageAlt: "Still life of colorful nachos dish",
},
id: "gf-3", title: "GF Seasonings", price: "Flavor focus", period: "Daily", features: ["No additives", "Fresh herbs", "Guatemalan soul"],
button: { text: "View product" },
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-serbian-food-plate_23-2149358066.jpg", imageAlt: "Still life of colorful nachos dish"},
]}
title="Options for Everyone"
description="Discover our high-quality gluten-free range designed for taste, not just health."
@@ -253,18 +137,9 @@ export default function LandingPage() {
title="Authentically Guatemalan"
description="At Alimentos SAM, we combine high-quality ingredients with everyday practicality. We are proud to bring home-cooked flavors closer to your kitchen."
metrics={[
{
value: "100%",
title: "Guatemalan pride",
},
{
value: "50+",
title: "Tested recipes",
},
{
value: "10k+",
title: "Happy homes",
},
{ value: "100%", title: "Guatemalan pride" },
{ value: "50+", title: "Tested recipes" },
{ value: "10k+", title: "Happy homes" },
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-modern-woman-kitchen-leaning-counter-with-chopping-board-making-salad_1258-203705.jpg"
mediaAnimation="slide-up"
@@ -276,31 +151,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Elena R.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-her-time-by-beach_23-2148648042.jpg",
},
{
id: "t2",
name: "Marcos G.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-beautiful-smiling-woman_23-2148787739.jpg",
},
{
id: "t3",
name: "Sofia L.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg",
},
{
id: "t4",
name: "Diego F.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
},
{
id: "t5",
name: "Ana S.",
imageSrc: "http://img.b2bpic.net/free-photo/provence-woman-relaxing-lavender-field-lady-picnic_1157-39947.jpg",
},
{ id: "t1", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-her-time-by-beach_23-2148648042.jpg" },
{ id: "t2", name: "Marcos G.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-beautiful-smiling-woman_23-2148787739.jpg" },
{ id: "t3", name: "Sofia L.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg" },
{ id: "t4", name: "Diego F.", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg" },
{ id: "t5", name: "Ana S.", imageSrc: "http://img.b2bpic.net/free-photo/provence-woman-relaxing-lavender-field-lady-picnic_1157-39947.jpg" },
]}
cardTitle="What Families Think"
cardTag="Social Proof"
@@ -316,36 +171,9 @@ export default function LandingPage() {
title="Cooking Tips & Hacks"
description="Learn new ways to make SAM products part of your daily rhythm."
blogs={[
{
id: "b1",
category: "Tips",
title: "Perfect Pancakes",
excerpt: "The secret to fluffier texture.",
imageSrc: "http://img.b2bpic.net/free-photo/fried-carrot-concept-tasty-fried-food_185193-164969.jpg",
authorName: "Chef Sam",
authorAvatar: "http://img.b2bpic.net/free-photo/3d-cartoon-character_23-2151021959.jpg",
date: "Oct 12",
},
{
id: "b2",
category: "Hacks",
title: "Crispy Nuggets",
excerpt: "Oven vs Air fryer comparison.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-nuggets-sauces-cutting-board-nugget-female-hand-dark-red-wall_140725-144114.jpg",
authorName: "Chef Sam",
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-islamic-man-market_23-2151064108.jpg",
date: "Oct 15",
},
{
id: "b3",
category: "Health",
title: "Gluten Free 101",
excerpt: "Why choose GF alternatives?",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tomatoes-avocados-peppers-tray_23-2148685368.jpg",
authorName: "Chef Sam",
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-male-cook-wearing-chef-uniform-glasses-isolated-white-wall_141793-78416.jpg",
date: "Oct 20",
},
{ id: "b1", category: "Tips", title: "Perfect Pancakes", excerpt: "The secret to fluffier texture.", imageSrc: "http://img.b2bpic.net/free-photo/fried-carrot-concept-tasty-fried-food_185193-164969.jpg", authorName: "Chef Sam", authorAvatar: "http://img.b2bpic.net/free-photo/3d-cartoon-character_23-2151021959.jpg", date: "Oct 12" },
{ id: "b2", category: "Hacks", title: "Crispy Nuggets", excerpt: "Oven vs Air fryer comparison.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-nuggets-sauces-cutting-board-nugget-female-hand-dark-red-wall_140725-144114.jpg", authorName: "Chef Sam", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-islamic-man-market_23-2151064108.jpg", date: "Oct 15" },
{ id: "b3", category: "Health", title: "Gluten Free 101", excerpt: "Why choose GF alternatives?", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tomatoes-avocados-peppers-tray_23-2148685368.jpg", authorName: "Chef Sam", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-male-cook-wearing-chef-uniform-glasses-isolated-white-wall_141793-78416.jpg", date: "Oct 20" },
]}
/>
</div>
@@ -353,9 +181,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Stay Connected"
title="Start cooking with SAM"
description="Join our newsletter for fresh recipes and product news."
@@ -368,45 +194,9 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Alimentos SAM"
columns={[
{
title: "Brand",
items: [
{
label: "About",
href: "#about",
},
{
label: "Recipes",
href: "#recipes",
},
],
},
{
title: "Products",
items: [
{
label: "All Products",
href: "#products",
},
{
label: "Gluten Free",
href: "#gluten-free",
},
],
},
{
title: "Social",
items: [
{
label: "TikTok",
href: "#",
},
{
label: "Instagram",
href: "#",
},
],
},
{ title: "Brand", items: [{ label: "About", href: "#about" }, { label: "Recipes", href: "#recipes" }] },
{ title: "Products", items: [{ label: "All Products", href: "#products" }, { label: "Gluten Free", href: "#gluten-free" }] },
{ title: "Social", items: [{ label: "TikTok", href: "#" }, { label: "Instagram", href: "#" }] },
]}
/>
</div>