Merge version_1 into main #2
103
src/app/page.tsx
103
src/app/page.tsx
@@ -11,7 +11,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import Link from "next/link";
|
||||
import { Sparkles, Heart, ChefHat, CheckCircle, Store, HelpCircle } from "lucide-react";
|
||||
import { Sparkles, Heart, ChefHat, CheckCircle, Store, HelpCircle, Zap, Award, Leaf } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -81,35 +81,14 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "teriyaki-chicken",
|
||||
brand: "Sam's Kitchen",
|
||||
name: "Teriyaki Chicken & Rice",
|
||||
price: "$8.99",
|
||||
rating: 5,
|
||||
reviewCount: "324",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/delicious-teriyaki-chicken-bowl-with-rice-fresh-salad_84443-64662.jpg?_wi=1",
|
||||
imageAlt: "Teriyaki chicken with rice bowl",
|
||||
},
|
||||
id: "teriyaki-chicken", brand: "Sam's Kitchen", name: "Teriyaki Chicken & Rice", price: "$8.99", rating: 5,
|
||||
reviewCount: "324", imageSrc: "http://img.b2bpic.net/free-psd/delicious-teriyaki-chicken-bowl-with-rice-fresh-salad_84443-64662.jpg?_wi=1", imageAlt: "Teriyaki chicken with rice bowl"},
|
||||
{
|
||||
id: "salmon-pasta",
|
||||
brand: "Sam's Kitchen",
|
||||
name: "Pan-Seared Salmon Pasta",
|
||||
price: "$11.99",
|
||||
rating: 5,
|
||||
reviewCount: "287",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg?_wi=1",
|
||||
imageAlt: "Salmon pasta with herbs",
|
||||
},
|
||||
id: "salmon-pasta", brand: "Sam's Kitchen", name: "Pan-Seared Salmon Pasta", price: "$11.99", rating: 5,
|
||||
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg?_wi=1", imageAlt: "Salmon pasta with herbs"},
|
||||
{
|
||||
id: "vegetarian-bowl",
|
||||
brand: "Sam's Kitchen",
|
||||
name: "Mediterranean Vegetarian Bowl",
|
||||
price: "$7.99",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-chuka-seaweed-salad-with-noodles-white-backdrop_23-2148123626.jpg?_wi=1",
|
||||
imageAlt: "Colorful vegetarian grain bowl",
|
||||
},
|
||||
id: "vegetarian-bowl", brand: "Sam's Kitchen", name: "Mediterranean Vegetarian Bowl", price: "$7.99", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/japanese-chuka-seaweed-salad-with-noodles-white-backdrop_23-2148123626.jpg?_wi=1", imageAlt: "Colorful vegetarian grain bowl"},
|
||||
]}
|
||||
buttons={[{ text: "Browse All Products", href: "/products" }]}
|
||||
/>
|
||||
@@ -125,25 +104,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Convenient Preparation",
|
||||
description: "Ready in just 5-10 minutes. Heat, eat, and enjoy. No lengthy prep work required.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roommates-with-food_23-2149485643.jpg",
|
||||
imageAlt: "Quick meal preparation",
|
||||
buttonIcon: "Zap",
|
||||
title: "Convenient Preparation", description: "Ready in just 5-10 minutes. Heat, eat, and enjoy. No lengthy prep work required.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roommates-with-food_23-2149485643.jpg", imageAlt: "Quick meal preparation", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Premium Quality Ingredients",
|
||||
description: "Chef-selected ingredients sourced from trusted suppliers. No artificial preservatives or fillers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-raw-vegetables-composition_23-2148643061.jpg?_wi=1",
|
||||
imageAlt: "Quality ingredient selection",
|
||||
buttonIcon: "Award",
|
||||
title: "Premium Quality Ingredients", description: "Chef-selected ingredients sourced from trusted suppliers. No artificial preservatives or fillers.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-raw-vegetables-composition_23-2148643061.jpg?_wi=1", imageAlt: "Quality ingredient selection", buttonIcon: Award,
|
||||
},
|
||||
{
|
||||
title: "Balanced Nutrition",
|
||||
description: "Every meal is nutritionally balanced with proper macros and micronutrients for sustained energy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-preparing-healthy-meals-high-angle_23-2149894883.jpg?_wi=1",
|
||||
imageAlt: "Nutritious meal composition",
|
||||
buttonIcon: "Leaf",
|
||||
title: "Balanced Nutrition", description: "Every meal is nutritionally balanced with proper macros and micronutrients for sustained energy.", imageSrc: "http://img.b2bpic.net/free-photo/women-preparing-healthy-meals-high-angle_23-2149894883.jpg?_wi=1", imageAlt: "Nutritious meal composition", buttonIcon: Leaf,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#" }]}
|
||||
@@ -159,23 +126,9 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Amazon Fresh",
|
||||
"Whole Foods",
|
||||
"Instacart",
|
||||
"Trader Joe's",
|
||||
"Sprouts Market",
|
||||
"Freshly",
|
||||
"Factor Meals",
|
||||
]}
|
||||
"Amazon Fresh", "Whole Foods", "Instacart", "Trader Joe's", "Sprouts Market", "Freshly", "Factor Meals"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/creative-cyber-monday-design-flat-style_23-2147713256.jpg",
|
||||
"http://img.b2bpic.net/free-vector/organic-products-logo-templates_1324-51.jpg",
|
||||
"http://img.b2bpic.net/free-vector/food-logo-background_1390-72.jpg",
|
||||
"http://img.b2bpic.net/free-vector/linear-flat-businessman-driving-money-bags-cart-climbing-diagram-paying-bills-growing-income-goal-achievement-marketing-business-concept_126523-2726.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-organic-food-label-collection_23-2148133036.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gmo-label-black_98292-882.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-healthy-food-logo-collection_23-2148117889.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/creative-cyber-monday-design-flat-style_23-2147713256.jpg", "http://img.b2bpic.net/free-vector/organic-products-logo-templates_1324-51.jpg", "http://img.b2bpic.net/free-vector/food-logo-background_1390-72.jpg", "http://img.b2bpic.net/free-vector/linear-flat-businessman-driving-money-bags-cart-climbing-diagram-paying-bills-growing-income-goal-achievement-marketing-business-concept_126523-2726.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-organic-food-label-collection_23-2148133036.jpg", "http://img.b2bpic.net/free-vector/gmo-label-black_98292-882.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-healthy-food-logo-collection_23-2148117889.jpg"]}
|
||||
showCard={true}
|
||||
speed={40}
|
||||
/>
|
||||
@@ -212,25 +165,13 @@ export default function HomePage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How long do meals stay fresh?",
|
||||
content: "Our meals are flash-frozen at peak freshness and maintain quality for up to 6 months in a standard freezer. Always check packaging for specific best-by dates.",
|
||||
},
|
||||
id: "faq-1", title: "How long do meals stay fresh?", content: "Our meals are flash-frozen at peak freshness and maintain quality for up to 6 months in a standard freezer. Always check packaging for specific best-by dates."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer dietary accommodations?",
|
||||
content: "Yes! We offer vegetarian, vegan, gluten-free, and keto-friendly options. Check product descriptions or contact our support team for specific dietary needs.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer dietary accommodations?", content: "Yes! We offer vegetarian, vegan, gluten-free, and keto-friendly options. Check product descriptions or contact our support team for specific dietary needs."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What is your delivery policy?",
|
||||
content: "We ship nationwide with insulated packaging to keep meals frozen during transit. Most deliveries arrive within 3-5 business days.",
|
||||
},
|
||||
id: "faq-3", title: "What is your delivery policy?", content: "We ship nationwide with insulated packaging to keep meals frozen during transit. Most deliveries arrive within 3-5 business days."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Can I customize my order?",
|
||||
content: "Currently, we offer pre-curated meal collections. However, you can select specific meals that match your preferences during checkout.",
|
||||
},
|
||||
id: "faq-4", title: "Can I customize my order?", content: "Currently, we offer pre-curated meal collections. However, you can select specific meals that match your preferences during checkout."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -239,8 +180,7 @@ export default function HomePage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/products" },
|
||||
{ label: "New Meals", href: "/products?filter=new" },
|
||||
{ label: "Dietary Options", href: "/products?filter=dietary" },
|
||||
@@ -248,8 +188,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -257,8 +196,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Shipping Info", href: "#" },
|
||||
@@ -266,8 +204,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Accessibility", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user