diff --git a/src/app/page.tsx b/src/app/page.tsx index dfc2d5d..bd3bb3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Zap, Shield, Award, Star } from 'lucide-react'; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; @@ -30,21 +31,13 @@ export default function LandingPage() { @@ -56,35 +49,21 @@ export default function LandingPage() { description="Trusted by restaurants and food service across the region. Consistent quality, competitive pricing, reliable delivery." buttons={[ { - text: "Request a Quote", - href: "#contact", - }, + text: "Request a Quote", href: "#contact"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-potatoes-arrangement-box_23-2148619013.jpg?_wi=1", - imageAlt: "Frozen potato supplies", - }, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-potatoes-arrangement-box_23-2148619013.jpg", imageAlt: "Frozen potato supplies"}, { - imageSrc: "http://img.b2bpic.net/free-photo/black-raisins-peeled-seed-dish-marble-surface_114579-83520.jpg?_wi=1", - imageAlt: "Quality dried fruit selection", - }, + imageSrc: "http://img.b2bpic.net/free-photo/black-raisins-peeled-seed-dish-marble-surface_114579-83520.jpg", imageAlt: "Quality dried fruit selection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/merchandise-packages-with-courier-stamps-receipts-warehouse_482257-83347.jpg?_wi=1", - imageAlt: "Commercial kitchen supplies", - }, + imageSrc: "http://img.b2bpic.net/free-photo/merchandise-packages-with-courier-stamps-receipts-warehouse_482257-83347.jpg", imageAlt: "Commercial kitchen supplies"}, { - imageSrc: "http://img.b2bpic.net/free-photo/red-fresh-tomatoes-gathered-into-cardboaard-boxes-purchasing_114579-2740.jpg", - imageAlt: "Distribution logistics", - }, + imageSrc: "http://img.b2bpic.net/free-photo/red-fresh-tomatoes-gathered-into-cardboaard-boxes-purchasing_114579-2740.jpg", imageAlt: "Distribution logistics"}, { - imageSrc: "http://img.b2bpic.net/free-photo/buffet-ready-dinner_1203-1708.jpg", - imageAlt: "Food service partnership", - }, + imageSrc: "http://img.b2bpic.net/free-photo/buffet-ready-dinner_1203-1708.jpg", imageAlt: "Food service partnership"}, { - imageSrc: "http://img.b2bpic.net/free-photo/treatment-study-genetically-engineered-strawberries-laboratory-by-group-scientist-test-tubes-with-green-solutions_482257-34487.jpg", - imageAlt: "Quality assurance process", - }, + imageSrc: "http://img.b2bpic.net/free-photo/treatment-study-genetically-engineered-strawberries-laboratory-by-group-scientist-test-tubes-with-green-solutions_482257-34487.jpg", imageAlt: "Quality assurance process"}, ]} /> @@ -94,20 +73,13 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Two Decades of Excellence", - }, + type: "text", content: "Two Decades of Excellence"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/man-carrying-box-medium-shot_23-2149214267.jpg", - alt: "Rainbowfruit warehouse", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/man-carrying-box-medium-shot_23-2149214267.jpg", alt: "Rainbowfruit warehouse"}, ]} buttons={[ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ]} /> @@ -118,33 +90,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "24/7 Reliable Delivery", - description: "Streamlined distribution network ensuring your kitchen never runs out of essentials.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/potatoes-french-market_268835-3460.jpg", - imageAlt: "Potatoes in french market", - }, + title: "24/7 Reliable Delivery", description: "Streamlined distribution network ensuring your kitchen never runs out of essentials.", buttonIcon: Zap, + imageSrc: "http://img.b2bpic.net/free-photo/potatoes-french-market_268835-3460.jpg", imageAlt: "Potatoes in french market"}, { - title: "Certified Quality", - description: "All products undergo rigorous inspection to meet international food safety standards.", - buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-potatoes-arrangement-box_23-2148619013.jpg?_wi=2", - imageAlt: "Potatoes in french market", - }, + title: "Certified Quality", description: "All products undergo rigorous inspection to meet international food safety standards.", buttonIcon: Shield, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-potatoes-arrangement-box_23-2148619013.jpg", imageAlt: "Potatoes in french market"}, { - title: "Competitive Pricing", - description: "Leveraging our long-term regional partnerships to bring you the best bulk rates.", - buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/black-raisins-peeled-seed-dish-marble-surface_114579-83520.jpg?_wi=2", - imageAlt: "Potatoes in french market", - }, + title: "Competitive Pricing", description: "Leveraging our long-term regional partnerships to bring you the best bulk rates.", buttonIcon: Award, + imageSrc: "http://img.b2bpic.net/free-photo/black-raisins-peeled-seed-dish-marble-surface_114579-83520.jpg", imageAlt: "Potatoes in french market"}, { - title: "20+ Years History", - description: "An established track record since 2003 building trust across the food industry.", - buttonIcon: "Star", - imageSrc: "http://img.b2bpic.net/free-photo/merchandise-packages-with-courier-stamps-receipts-warehouse_482257-83347.jpg?_wi=2", - imageAlt: "Potatoes in french market", - }, + title: "20+ Years History", description: "An established track record since 2003 building trust across the food industry.", buttonIcon: Star, + imageSrc: "http://img.b2bpic.net/free-photo/merchandise-packages-with-courier-stamps-receipts-warehouse_482257-83347.jpg", imageAlt: "Potatoes in french market"}, ]} title="Why Food Services Choose Us" description="Our commitment to quality, logistics, and consistency makes us the preferred supplier for leading regional hospitality businesses." @@ -159,41 +115,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Frozen Shoestring Fries", - price: "Bulk Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/flavorful-potato-fries-wooden-plate-plate-marble-surface_114579-41199.jpg", - }, + id: "p1", name: "Frozen Shoestring Fries", price: "Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/flavorful-potato-fries-wooden-plate-plate-marble-surface_114579-41199.jpg"}, { - id: "p2", - name: "Malayer Raisins", - price: "Bulk Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/dried-fruits-wooden-basket-green-black-grapes-dried-fruits-bowls_140725-120021.jpg", - }, + id: "p2", name: "Malayer Raisins", price: "Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/dried-fruits-wooden-basket-green-black-grapes-dried-fruits-bowls_140725-120021.jpg"}, { - id: "p3", - name: "Zahedi Dates", - price: "Bulk Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-loquats-white-box-with-leaf-light-red-background-horizontal-space-text_176474-3743.jpg", - }, + id: "p3", name: "Zahedi Dates", price: "Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/top-view-loquats-white-box-with-leaf-light-red-background-horizontal-space-text_176474-3743.jpg"}, { - id: "p4", - name: "Frozen Potato Wedges", - price: "Bulk Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/fried-potato-wedges-isolated-white-background_123827-34262.jpg", - }, + id: "p4", name: "Frozen Potato Wedges", price: "Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/fried-potato-wedges-isolated-white-background_123827-34262.jpg"}, { - id: "p5", - name: "Premium Dried Figs", - price: "Bulk Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/various-dried-fruits-nuts-white-plate_114579-30017.jpg", - }, + id: "p5", name: "Premium Dried Figs", price: "Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/various-dried-fruits-nuts-white-plate_114579-30017.jpg"}, { - id: "p6", - name: "Hospitality Packaging", - price: "Bulk Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145592.jpg", - }, + id: "p6", name: "Hospitality Packaging", price: "Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145592.jpg"}, ]} title="Our Product Range" description="High-quality frozen fries, premium dried fruits, and essential hospitality supplies." @@ -206,45 +138,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Consistent Supply", - quote: "Rainbowfruit has been our primary potato supplier since 2010. Their consistency is unmatched.", - name: "Sarah Johnson", - role: "Head Chef", - imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720770.jpg", - }, + id: "1", title: "Consistent Supply", quote: "Rainbowfruit has been our primary potato supplier since 2010. Their consistency is unmatched.", name: "Sarah Johnson", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720770.jpg"}, { - id: "2", - title: "Reliable Delivery", - quote: "Never missed a delivery window. Essential for our busy city café.", - name: "Michael Chen", - role: "Café Owner", - imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg", - }, + id: "2", title: "Reliable Delivery", quote: "Never missed a delivery window. Essential for our busy city café.", name: "Michael Chen", role: "Café Owner", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg"}, { - id: "3", - title: "Excellent Quality", - quote: "The dates and raisins we get from Rainbowfruit are always top tier quality.", - name: "Emily Rodriguez", - role: "Purchasing Manager", - imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-women-working-together_23-2149322923.jpg", - }, + id: "3", title: "Excellent Quality", quote: "The dates and raisins we get from Rainbowfruit are always top tier quality.", name: "Emily Rodriguez", role: "Purchasing Manager", imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-women-working-together_23-2149322923.jpg"}, { - id: "4", - title: "Professional Team", - quote: "Great communication and flexible terms that work for our catering business.", - name: "David Kim", - role: "Catering Director", - imageSrc: "http://img.b2bpic.net/free-photo/friendly-middle-aged-businessman-cafe-counter_1262-1833.jpg", - }, + id: "4", title: "Professional Team", quote: "Great communication and flexible terms that work for our catering business.", name: "David Kim", role: "Catering Director", imageSrc: "http://img.b2bpic.net/free-photo/friendly-middle-aged-businessman-cafe-counter_1262-1833.jpg"}, { - id: "5", - title: "Competitive Bulk Rates", - quote: "We significantly improved our margins by switching our dried fruit procurement to Rainbowfruit.", - name: "Amira Saleh", - role: "Hotel F&B Manager", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-staring-through-window_1098-302.jpg", - }, + id: "5", title: "Competitive Bulk Rates", quote: "We significantly improved our margins by switching our dried fruit procurement to Rainbowfruit.", name: "Amira Saleh", role: "Hotel F&B Manager", imageSrc: "http://img.b2bpic.net/free-photo/businessman-staring-through-window_1098-302.jpg"}, ]} title="Trusted by Industry Leaders" description="Hear what our long-term restaurant and catering partners have to say about our service." @@ -255,14 +157,11 @@ export default function LandingPage() { @@ -272,42 +171,27 @@ export default function LandingPage() { logoText="Rainbowfruit" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "History", - href: "#", - }, + label: "History", href: "#"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Logistics", - href: "#", - }, + label: "Logistics", href: "#"}, { - label: "Distribution", - href: "#", - }, + label: "Distribution", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]}