Merge version_1 into main #2
231
src/app/page.tsx
231
src/app/page.tsx
@@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Apple, Award, Leaf, Recycle, Shield, Zap } from "lucide-react";
|
||||
import { Apple, Award, Leaf, Recycle, Shield, Zap, ChefHat } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Menu", id: "#products" },
|
||||
{ name: "Reviews", id: "#testimonials" },
|
||||
]}
|
||||
brandName="FreshFood"
|
||||
/>
|
||||
@@ -56,66 +44,25 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Fresh food, delivered your way daily"
|
||||
description="Sourced locally, prepared fresh, and shipped straight to your door. Join thousands enjoying restaurant-quality meals at home."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-her-friend-while-bringing-food-lunch-dining-table_637285-3148.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/women-hands-clinking-glasses-wine_23-2147807495.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-people-eating-salmon-bowls_23-2150427576.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-people-sitting-table_23-2149152892.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-eating-fresh-cheese_23-2150267668.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-her-friend-while-bringing-food-lunch-dining-table_637285-3148.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/women-hands-clinking-glasses-wine_23-2147807495.jpg", alt: "User 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-people-eating-salmon-bowls_23-2150427576.jpg", alt: "User 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-people-sitting-table_23-2149152892.jpg", alt: "User 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-woman-eating-fresh-cheese_23-2150267668.jpg", alt: "User 5" },
|
||||
]}
|
||||
avatarText="Loved by 5,000+ busy professionals"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Order Today",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Start Your Order Today", href: "#products" }]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Locally Sourced",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Chef Prepared",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Delivery",
|
||||
icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Organic Ingredients",
|
||||
icon: Apple,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sustainable Packaging",
|
||||
icon: Recycle,
|
||||
},
|
||||
{ type: "text-icon", text: "Locally Sourced", icon: Leaf },
|
||||
{ type: "text-icon", text: "Chef Prepared", icon: Award },
|
||||
{ type: "text-icon", text: "Fast Delivery", icon: Zap },
|
||||
{ type: "text-icon", text: "Organic Ingredients", icon: Apple },
|
||||
{ type: "text-icon", text: "Sustainable Packaging", icon: Recycle },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,7 +75,7 @@ export default function LandingPage() {
|
||||
description="We partner directly with local farmers to ensure that every ingredient arriving at your door is harvested at peak maturity and flavor."
|
||||
subdescription="Our chef-curated menus prioritize seasonal produce, organic proteins, and transparent sourcing so you can feel good about what you serve."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/kneading_23-2148024738.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/kneading_23-2148024738.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -139,36 +86,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Rapid Delivery",
|
||||
description: "Fresh meals arriving at your door in record time.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-herbs-meat_140725-6378.jpg",
|
||||
imageAlt: "fresh meal top view",
|
||||
},
|
||||
{
|
||||
title: "Transparency",
|
||||
description: "Full ingredient lists and sourcing details for everything.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kneading_23-2148024738.jpg?_wi=2",
|
||||
imageAlt: "fresh meal top view",
|
||||
},
|
||||
{
|
||||
title: "Custom Menus",
|
||||
description: "Meals tailored to your specific dietary requirements.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ChefHat,
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-food-crate_23-2148767124.jpg?_wi=1",
|
||||
imageAlt: "fresh meal top view",
|
||||
},
|
||||
{ title: "Rapid Delivery", description: "Fresh meals arriving at your door in record time.", bentoComponent: "reveal-icon", icon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-herbs-meat_140725-6378.jpg", imageAlt: "fresh meal top view" },
|
||||
{ title: "Transparency", description: "Full ingredient lists and sourcing details for everything.", bentoComponent: "reveal-icon", icon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/kneading_23-2148024738.jpg", imageAlt: "fresh meal top view" },
|
||||
{ title: "Custom Menus", description: "Meals tailored to your specific dietary requirements.", bentoComponent: "reveal-icon", icon: ChefHat, imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-food-crate_23-2148767124.jpg", imageAlt: "fresh meal top view" },
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Experience convenience without compromising on health."
|
||||
@@ -182,42 +102,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Gourmet Meal Kit",
|
||||
price: "$15.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-food-crate_23-2148767124.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Seasonal Salad",
|
||||
price: "$12.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-salad-baked-pumpkin-chorizo-mozzarella-concept-healthy-eating_127032-3417.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Grilled Salmon",
|
||||
price: "$18.95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/main-course-restaurant_7939-2358.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Artisan Soup & Sourdough",
|
||||
price: "$14.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-round-dark-bread-wooden-plate_169016-2109.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Vegetarian Bowl",
|
||||
price: "$13.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-dietary-menu-oatmeal-porridge-avocado-salad-eggs_2829-4256.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Herb Pasta",
|
||||
price: "$16.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-salad-along-with-brown-mushrooms-soup-cooked-pasta-brown-desk_140725-14424.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Gourmet Meal Kit", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-food-crate_23-2148767124.jpg" },
|
||||
{ id: "p2", name: "Seasonal Salad", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/autumn-salad-baked-pumpkin-chorizo-mozzarella-concept-healthy-eating_127032-3417.jpg" },
|
||||
{ id: "p3", name: "Grilled Salmon", price: "$18.95", imageSrc: "http://img.b2bpic.net/free-photo/main-course-restaurant_7939-2358.jpg" },
|
||||
{ id: "p4", name: "Artisan Soup & Sourdough", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-round-dark-bread-wooden-plate_169016-2109.jpg" },
|
||||
{ id: "p5", name: "Vegetarian Bowl", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-dietary-menu-oatmeal-porridge-avocado-salad-eggs_2829-4256.jpg" },
|
||||
{ id: "p6", name: "Herb Pasta", price: "$16.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-salad-along-with-brown-mushrooms-soup-cooked-pasta-brown-desk_140725-14424.jpg" },
|
||||
]}
|
||||
title="This Week's Favorites"
|
||||
description="Chef-prepared meals crafted for your busy lifestyle."
|
||||
@@ -231,26 +121,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Sarah J., Busy Professional"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-redhead-woman-having-fun-while-being-fed-by-her-boyfriend-meal-dining-room_637285-3330.jpg",
|
||||
alt: "Testimonial User 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-pretty-woman-wearing-christmas-hat-isolated_140725-100386.jpg",
|
||||
alt: "Testimonial User 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-roommates-indoors_23-2148903543.jpg",
|
||||
alt: "Testimonial User 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-american-african-lady-fitness-clothes-diet-eating-fresh_1258-105737.jpg",
|
||||
alt: "Testimonial User 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-holding-paper-bag-with-healthy-goodies_23-2148685792.jpg",
|
||||
alt: "Testimonial User 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-redhead-woman-having-fun-while-being-fed-by-her-boyfriend-meal-dining-room_637285-3330.jpg", alt: "Testimonial User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-young-pretty-woman-wearing-christmas-hat-isolated_140725-100386.jpg", alt: "Testimonial User 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-happy-roommates-indoors_23-2148903543.jpg", alt: "Testimonial User 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-american-african-lady-fitness-clothes-diet-eating-fresh_1258-105737.jpg", alt: "Testimonial User 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-woman-holding-paper-bag-with-healthy-goodies_23-2148685792.jpg", alt: "Testimonial User 5" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -262,14 +137,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Organic Fields",
|
||||
"Culinary Excellence",
|
||||
"Farm Source",
|
||||
"Nutrition Seal",
|
||||
"Fresh Logistics",
|
||||
"Market Standards",
|
||||
"Gourmet Supply",
|
||||
]}
|
||||
"Organic Fields", "Culinary Excellence", "Farm Source", "Nutrition Seal", "Fresh Logistics", "Market Standards", "Gourmet Supply"]}
|
||||
title="Trusted By Industry Partners"
|
||||
description="Collaborating with local farms and culinary organizations to set the highest food standards."
|
||||
/>
|
||||
@@ -279,21 +147,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How is the food delivered?",
|
||||
content: "Our food is delivered in temperature-controlled boxes that maintain freshness for up to 6 hours after arrival.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I skip a week?",
|
||||
content: "Absolutely! You can manage your delivery schedule through your online account up to 48 hours before your next shipment.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are ingredients organic?",
|
||||
content: "Wherever possible, we source certified organic produce to ensure the cleanest ingredients for our customers.",
|
||||
},
|
||||
{ id: "f1", title: "How is the food delivered?", content: "Our food is delivered in temperature-controlled boxes that maintain freshness for up to 6 hours after arrival." },
|
||||
{ id: "f2", title: "Can I skip a week?", content: "Absolutely! You can manage your delivery schedule through your online account up to 48 hours before your next shipment." },
|
||||
{ id: "f3", title: "Are ingredients organic?", content: "Wherever possible, we source certified organic produce to ensure the cleanest ingredients for our customers." },
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about our fresh food delivery service."
|
||||
@@ -303,10 +159,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact Us"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Ready for fresher dining?"
|
||||
description="Sign up for our newsletter to get weekly menu updates and exclusive subscriber discounts."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/keto-diet-food-still-life_23-2149278966.jpg"
|
||||
@@ -318,14 +173,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="FreshFood"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Terms of Service", href: "#" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user