Update src/app/page.tsx
This commit is contained in:
283
src/app/page.tsx
283
src/app/page.tsx
@@ -33,37 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Our Expertise",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Our Expertise", id: "#features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Our Impact",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Our Impact", id: "#metrics"},
|
||||
{
|
||||
name: "Our Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Our Team", id: "#team"},
|
||||
{
|
||||
name: "Partners",
|
||||
id: "#partners",
|
||||
},
|
||||
name: "Partners", id: "#partners"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="World Food Industry Co.,Ltd."
|
||||
/>
|
||||
@@ -73,84 +57,44 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Bringing the World's Finest Food to Your Table"
|
||||
description="World Food Industry Co.,Ltd. is a leader in global food sourcing, processing, and distribution. We are committed to delivering exceptional quality and sustainable solutions."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "@GlobalChef",
|
||||
testimonial: "World Food Industry consistently delivers premium ingredients. Their reliability is unmatched, making them an indispensable partner for our culinary ventures.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-concept-with-modern-woman_23-2148115601.jpg",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
name: "Sarah Chen", handle: "@GlobalChef", testimonial: "World Food Industry consistently delivers premium ingredients. Their reliability is unmatched, making them an indispensable partner for our culinary ventures.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-concept-with-modern-woman_23-2148115601.jpg", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
name: "David Lee",
|
||||
handle: "@FarmFreshImports",
|
||||
testimonial: "The dedication to quality and sustainable sourcing by WFI is truly inspiring. They've helped us expand our product range with confidence.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-t-shirt-delivering-takeaway-food_23-2149025863.jpg",
|
||||
imageAlt: "David Lee",
|
||||
},
|
||||
name: "David Lee", handle: "@FarmFreshImports", testimonial: "The dedication to quality and sustainable sourcing by WFI is truly inspiring. They've helped us expand our product range with confidence.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-t-shirt-delivering-takeaway-food_23-2149025863.jpg", imageAlt: "David Lee"},
|
||||
{
|
||||
name: "Emily Wong",
|
||||
handle: "@RetailInnovator",
|
||||
testimonial: "Their efficient logistics and diverse product catalog have streamlined our supply chain, ensuring our shelves are always stocked with the best.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-baker-removing-baked-bun-from-oven_1170-2127.jpg",
|
||||
imageAlt: "Emily Wong",
|
||||
},
|
||||
name: "Emily Wong", handle: "@RetailInnovator", testimonial: "Their efficient logistics and diverse product catalog have streamlined our supply chain, ensuring our shelves are always stocked with the best.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-baker-removing-baked-bun-from-oven_1170-2127.jpg", imageAlt: "Emily Wong"},
|
||||
{
|
||||
name: "Michael Brown",
|
||||
handle: "@FoodTechVision",
|
||||
testimonial: "A truly visionary company in the food sector. Their commitment to innovation and customer satisfaction sets a new industry standard.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-serving-salad-standing-by-kitchen-counter_1303-32133.jpg",
|
||||
imageAlt: "Michael Brown",
|
||||
},
|
||||
name: "Michael Brown", handle: "@FoodTechVision", testimonial: "A truly visionary company in the food sector. Their commitment to innovation and customer satisfaction sets a new industry standard.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-serving-salad-standing-by-kitchen-counter_1303-32133.jpg", imageAlt: "Michael Brown"},
|
||||
{
|
||||
name: "Jessica Garcia",
|
||||
handle: "@SustainableEats",
|
||||
testimonial: "I appreciate WFI's strong focus on sustainable practices. It aligns perfectly with our values and allows us to offer eco-friendly choices to our customers.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110824.jpg",
|
||||
imageAlt: "Jessica Garcia",
|
||||
},
|
||||
name: "Jessica Garcia", handle: "@SustainableEats", testimonial: "I appreciate WFI's strong focus on sustainable practices. It aligns perfectly with our values and allows us to offer eco-friendly choices to our customers.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110824.jpg", imageAlt: "Jessica Garcia"},
|
||||
]}
|
||||
testimonialRotationInterval={6000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Products", href: "#products"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-it-professional-silicon-valley-company-office-developing-software-apps-happy_482257-136225.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-it-professional-silicon-valley-company-office-developing-software-apps-happy_482257-136225.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg",
|
||||
alt: "Smiling Afro-American woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", alt: "Smiling Afro-American woman"},
|
||||
]}
|
||||
avatarText="Trusted by leading food businesses worldwide"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/world-food-ball-filled-surrounded-by-food-world-food-day_23-2151794046.jpg"
|
||||
@@ -158,27 +102,17 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Sourcing",
|
||||
type: "text", text: "Quality Sourcing"},
|
||||
{
|
||||
type: "text-icon", text: "Global Reach", icon: Globe,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Reach",
|
||||
icon: Globe,
|
||||
type: "text", text: "Sustainable Practices"},
|
||||
{
|
||||
type: "text-icon", text: "Food Safety", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Practices",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Food Safety",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Client Satisfaction",
|
||||
},
|
||||
type: "text", text: "Client Satisfaction"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -204,35 +138,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Sustainable Sourcing",
|
||||
tags: [
|
||||
"Ethical",
|
||||
"Eco-friendly",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/harvested-grain-field-captured-sunny-day-with-some-clouds-germany_181624-29772.jpg",
|
||||
imageAlt: "Sustainable food sourcing",
|
||||
},
|
||||
id: "f1", title: "Sustainable Sourcing", tags: [
|
||||
"Ethical", "Eco-friendly"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/harvested-grain-field-captured-sunny-day-with-some-clouds-germany_181624-29772.jpg", imageAlt: "Sustainable food sourcing"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Innovative Processing",
|
||||
tags: [
|
||||
"Advanced",
|
||||
"Hygienic",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/honey-counter-market_1398-2332.jpg",
|
||||
imageAlt: "Food processing innovation",
|
||||
},
|
||||
id: "f2", title: "Innovative Processing", tags: [
|
||||
"Advanced", "Hygienic"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/honey-counter-market_1398-2332.jpg", imageAlt: "Food processing innovation"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Global Distribution",
|
||||
tags: [
|
||||
"Efficient",
|
||||
"Reliable",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flexitarian-diet-with-shrimp-assortment_23-2148862630.jpg",
|
||||
imageAlt: "Global food distribution",
|
||||
},
|
||||
id: "f3", title: "Global Distribution", tags: [
|
||||
"Efficient", "Reliable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flexitarian-diet-with-shrimp-assortment_23-2148862630.jpg", imageAlt: "Global food distribution"},
|
||||
]}
|
||||
title="Our Expertise in Global Food Solutions"
|
||||
description="We leverage advanced strategies and a vast network to ensure the highest standards across every aspect of the food industry."
|
||||
@@ -248,47 +164,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Premium Grains",
|
||||
price: "Market Rate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-wine-storage-tanks-with-dwelling-houses-background-winery_1268-14472.jpg",
|
||||
imageAlt: "Assorted premium grains",
|
||||
},
|
||||
id: "p1", name: "Premium Grains", price: "Market Rate", imageSrc: "http://img.b2bpic.net/free-photo/metal-wine-storage-tanks-with-dwelling-houses-background-winery_1268-14472.jpg", imageAlt: "Assorted premium grains"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Exotic Spices",
|
||||
price: "Market Rate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-healthy-spices-spoons-napkins_23-2148425587.jpg",
|
||||
imageAlt: "Collection of exotic spices",
|
||||
},
|
||||
id: "p2", name: "Exotic Spices", price: "Market Rate", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-healthy-spices-spoons-napkins_23-2148425587.jpg", imageAlt: "Collection of exotic spices"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Processed Foods",
|
||||
price: "Market Rate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheesemaking-background-with-big-heads-fresh-yellow-cheese_645730-364.jpg",
|
||||
imageAlt: "Packaged processed foods",
|
||||
},
|
||||
id: "p3", name: "Processed Foods", price: "Market Rate", imageSrc: "http://img.b2bpic.net/free-photo/cheesemaking-background-with-big-heads-fresh-yellow-cheese_645730-364.jpg", imageAlt: "Packaged processed foods"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Fresh Produce",
|
||||
price: "Market Rate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-seasonal-autumn-vegetables-fruits-old-background_1220-1653.jpg",
|
||||
imageAlt: "Organic fresh fruits and vegetables",
|
||||
},
|
||||
id: "p4", name: "Fresh Produce", price: "Market Rate", imageSrc: "http://img.b2bpic.net/free-photo/different-seasonal-autumn-vegetables-fruits-old-background_1220-1653.jpg", imageAlt: "Organic fresh fruits and vegetables"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Dairy Products",
|
||||
price: "Market Rate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dairy-products-assortment_23-2148601685.jpg",
|
||||
imageAlt: "Fresh dairy products",
|
||||
},
|
||||
id: "p5", name: "Dairy Products", price: "Market Rate", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dairy-products-assortment_23-2148601685.jpg", imageAlt: "Fresh dairy products"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Quality Meats",
|
||||
price: "Market Rate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cookies-chocolate-wafers-christmas-ornaments-marble-surface_114579-25562.jpg",
|
||||
imageAlt: "Various cuts of quality meat",
|
||||
},
|
||||
id: "p6", name: "Quality Meats", price: "Market Rate", imageSrc: "http://img.b2bpic.net/free-photo/cookies-chocolate-wafers-christmas-ornaments-marble-surface_114579-25562.jpg", imageAlt: "Various cuts of quality meat"},
|
||||
]}
|
||||
title="Our Diverse Range of Quality Food Products"
|
||||
description="From staple grains to exotic spices, our product catalog meets the highest global standards for taste and purity."
|
||||
@@ -297,26 +183,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="buttons"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "25+",
|
||||
description: "Years of Industry Experience",
|
||||
},
|
||||
id: "m1", value: "25+", description: "Years of Industry Experience"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100+",
|
||||
description: "Countries Served Worldwide",
|
||||
},
|
||||
id: "m2", value: "100+", description: "Countries Served Worldwide"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99%",
|
||||
description: "Client Satisfaction Rate",
|
||||
},
|
||||
id: "m3", value: "99%", description: "Client Satisfaction Rate"},
|
||||
]}
|
||||
title="Our Impact and Global Footprint"
|
||||
description="Celebrating our achievements in sustainable growth, extensive reach, and unwavering customer satisfaction."
|
||||
@@ -334,26 +212,11 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
members={[
|
||||
{
|
||||
id: "tm1",
|
||||
name: "Mr. Kenji Tanaka",
|
||||
role: "Chief Executive Officer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1392.jpg",
|
||||
imageAlt: "Kenji Tanaka",
|
||||
},
|
||||
id: "tm1", name: "Mr. Kenji Tanaka", role: "Chief Executive Officer", imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1392.jpg", imageAlt: "Kenji Tanaka"},
|
||||
{
|
||||
id: "tm2",
|
||||
name: "Ms. Anya Sharma",
|
||||
role: "Chief Operations Officer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769992.jpg",
|
||||
imageAlt: "Anya Sharma",
|
||||
},
|
||||
id: "tm2", name: "Ms. Anya Sharma", role: "Chief Operations Officer", imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769992.jpg", imageAlt: "Anya Sharma"},
|
||||
{
|
||||
id: "tm3",
|
||||
name: "Dr. Ben Carter",
|
||||
role: "Head of Quality Assurance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-kitchen-with-vegetables_1157-28004.jpg",
|
||||
imageAlt: "Ben Carter",
|
||||
},
|
||||
id: "tm3", name: "Dr. Ben Carter", role: "Head of Quality Assurance", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-kitchen-with-vegetables_1157-28004.jpg", imageAlt: "Ben Carter"},
|
||||
]}
|
||||
title="Meet Our Dedicated Leadership Team"
|
||||
description="Our team of experts is passionate about food, innovation, and fostering strong global partnerships."
|
||||
@@ -365,14 +228,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"AgriGlobal Holdings",
|
||||
"Food Innovations Inc.",
|
||||
"Coastal Logistics Solutions",
|
||||
"Green Harvest Foods",
|
||||
"NutriTech International",
|
||||
"Gourmet Pantry Corp.",
|
||||
"Oceanic Fisheries Ltd.",
|
||||
]}
|
||||
"AgriGlobal Holdings", "Food Innovations Inc.", "Coastal Logistics Solutions", "Green Harvest Foods", "NutriTech International", "Gourmet Pantry Corp.", "Oceanic Fisheries Ltd."]}
|
||||
title="Our Trusted Global Partners"
|
||||
description="Collaborating with leading organizations worldwide to deliver excellence in the food industry."
|
||||
speed={40}
|
||||
@@ -386,28 +242,17 @@ export default function LandingPage() {
|
||||
description="We are eager to discuss how we can partner to meet your global food supply needs. Reach out to our team today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "company",
|
||||
type: "text",
|
||||
placeholder: "Your Company",
|
||||
required: false,
|
||||
name: "company", type: "text", placeholder: "Your Company", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-social-media-team-working-modern-office_23-2147847490.jpg"
|
||||
@@ -422,13 +267,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="World Food Industry Co.,Ltd."
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user