Merge version_1 into main #2
@@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Award, Leaf, Star, BookOpen, Sprout, Zap, Heart, Truck, Users, Shield, MessageSquare, Check, Clock, Facebook, Instagram, Twitter, Mail } from 'lucide-react';
|
||||
import { Award, Leaf, Star, BookOpen, Sprout, Zap, Heart, Truck, Users, Shield, MessageSquare, Check, Clock, Facebook, Instagram, Twitter, Mail, ShoppingCart, Settings } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -58,9 +58,9 @@ export default function LandingPage() {
|
||||
dashboard={{
|
||||
title: "Fresh Deliveries This Week", logoIcon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-fruits-with-vegetable-wood-background_1150-4880.jpg", searchPlaceholder: "Search fresh items...", sidebarItems: [
|
||||
{ icon: "ShoppingCart" },
|
||||
{ icon: "Heart", active: true },
|
||||
{ icon: "Settings" }
|
||||
{ icon: ShoppingCart },
|
||||
{ icon: Heart, active: true },
|
||||
{ icon: Settings }
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Add to Cart", href: "#" },
|
||||
@@ -79,9 +79,9 @@ export default function LandingPage() {
|
||||
{ value: 88 }
|
||||
],
|
||||
listTitle: "Latest Orders", listItems: [
|
||||
{ icon: "Check", title: "Fresh Salad Box", status: "Delivered" },
|
||||
{ icon: "Truck", title: "Organic Produce Pack", status: "In Transit" },
|
||||
{ icon: "Clock", title: "Premium Juice Set", status: "Processing" }
|
||||
{ icon: Check, title: "Fresh Salad Box", status: "Delivered" },
|
||||
{ icon: Truck, title: "Organic Produce Pack", status: "In Transit" },
|
||||
{ icon: Clock, title: "Premium Juice Set", status: "Processing" }
|
||||
]
|
||||
}}
|
||||
/>
|
||||
@@ -175,16 +175,16 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen"
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emma Davis"
|
||||
id: "3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Davis"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Wilson"
|
||||
id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson"
|
||||
}
|
||||
]}
|
||||
cardTitle="Over 5,000 satisfied customers trust FreshBite for their daily fresh food needs"
|
||||
|
||||
Reference in New Issue
Block a user