Merge version_1 into main #1
@@ -6,7 +6,7 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import { Bookmark, Box, Globe, Package, Palette } from "lucide-react";
|
||||
import { Bookmark, Box, Globe, Package, Palette, Truck, Clock, MapPin, Smile } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -27,38 +27,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "/solutions",
|
||||
},
|
||||
name: "Solutions", id: "/solutions"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "/why-us",
|
||||
},
|
||||
name: "Why Choose Us", id: "/why-us"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Request a Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Request a Quote", href: "/contact"}}
|
||||
brandName="Kouvidis"
|
||||
/>
|
||||
</div>
|
||||
@@ -71,29 +55,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Package,
|
||||
title: "Flexible Bulk Orders",
|
||||
description: "Whether you need small quantities or large volumes, our flexible ordering system accommodates your specific inventory requirements.",
|
||||
},
|
||||
title: "Flexible Bulk Orders", description: "Whether you need small quantities or large volumes, our flexible ordering system accommodates your specific inventory requirements."},
|
||||
{
|
||||
icon: Palette,
|
||||
title: "Custom Branding & Design",
|
||||
description: "Elevate your brand with custom-designed souvenirs, including logo integration and bespoke product development for unique offerings.",
|
||||
},
|
||||
title: "Custom Branding & Design", description: "Elevate your brand with custom-designed souvenirs, including logo integration and bespoke product development for unique offerings."},
|
||||
{
|
||||
icon: Bookmark,
|
||||
title: "Private Label Opportunities",
|
||||
description: "Offer exclusive private label products, creating a distinctive brand presence and capturing a unique market segment.",
|
||||
},
|
||||
title: "Private Label Opportunities", description: "Offer exclusive private label products, creating a distinctive brand presence and capturing a unique market segment."},
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Fast Delivery Across Greece",
|
||||
description: "Our robust logistics network guarantees swift and secure delivery of your orders to any location within Greece.",
|
||||
},
|
||||
title: "Fast Delivery Across Greece", description: "Our robust logistics network guarantees swift and secure delivery of your orders to any location within Greece."},
|
||||
{
|
||||
icon: Box,
|
||||
title: "Reliable Stock Availability",
|
||||
description: "We maintain healthy stock levels to ensure consistent product availability, minimizing lead times and preventing supply chain disruptions.",
|
||||
},
|
||||
title: "Reliable Stock Availability", description: "We maintain healthy stock levels to ensure consistent product availability, minimizing lead times and preventing supply chain disruptions."},
|
||||
]}
|
||||
title="Comprehensive Wholesale Solutions for Your Business"
|
||||
description="Kouvidis offers tailored services to ensure a seamless and efficient partnership, supporting your retail success across Greece."
|
||||
@@ -108,28 +82,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99%",
|
||||
title: "On-Time Delivery",
|
||||
description: "Consistent, reliable shipments ensuring your stock arrives when you need it most.",
|
||||
id: "m1", value: "99%", title: "On-Time Delivery", description: "Consistent, reliable shipments ensuring your stock arrives when you need it most.", icon: Truck
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "48 hrs",
|
||||
title: "Average Lead Time",
|
||||
description: "Quick processing and dispatch means faster replenishment for your store shelves.",
|
||||
id: "m2", value: "48 hrs", title: "Average Lead Time", description: "Quick processing and dispatch means faster replenishment for your store shelves.", icon: Clock
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "70+",
|
||||
title: "Cities Served",
|
||||
description: "Extensive reach across Greece, from bustling city centers to island resorts.",
|
||||
id: "m3", value: "70+", title: "Cities Served", description: "Extensive reach across Greece, from bustling city centers to island resorts.", icon: MapPin
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "5/5",
|
||||
title: "Partner Satisfaction",
|
||||
description: "Our partners consistently rate our service and product quality as excellent.",
|
||||
id: "m4", value: "5/5", title: "Partner Satisfaction", description: "Our partners consistently rate our service and product quality as excellent.", icon: Smile
|
||||
},
|
||||
]}
|
||||
title="Driving Success with Key Wholesale Metrics"
|
||||
@@ -143,81 +105,49 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Products", href: "/products"},
|
||||
{
|
||||
label: "Solutions",
|
||||
href: "/solutions",
|
||||
},
|
||||
label: "Solutions", href: "/solutions"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "/why-us",
|
||||
},
|
||||
label: "Why Choose Us", href: "/why-us"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Request Catalog",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Request Catalog", href: "/contact"},
|
||||
{
|
||||
label: "Get a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Get a Quote", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms & Conditions", href: "#"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
label: "FAQ", href: "/contact#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "info@kouvidis.gr",
|
||||
href: "mailto:info@kouvidis.gr",
|
||||
},
|
||||
label: "info@kouvidis.gr", href: "mailto:info@kouvidis.gr"},
|
||||
{
|
||||
label: "+30 123 456 7890",
|
||||
href: "tel:+301234567890",
|
||||
},
|
||||
label: "+30 123 456 7890", href: "tel:+301234567890"},
|
||||
{
|
||||
label: "WhatsApp Us",
|
||||
href: "https://wa.me/301234567890",
|
||||
},
|
||||
label: "WhatsApp Us", href: "https://wa.me/301234567890"},
|
||||
{
|
||||
label: "123 Souvenir St, Athens, Greece",
|
||||
href: "#",
|
||||
},
|
||||
label: "123 Souvenir St, Athens, Greece", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user