diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7a72b82..81fddec 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
-import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -12,7 +12,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Award, CheckCircle, Shield, Users } from "lucide-react";
+import { Award, CheckCircle, Shield, Users, Mail } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,81 +48,48 @@ export default function LandingPage() {
@@ -157,26 +116,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Premium Selection",
- description: "Hand-picked items that stand the test of time.",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312216.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-engraving_23-2149286542.jpg",
- buttonText: "Discover",
- },
+ title: "Premium Selection", description: "Hand-picked items that stand the test of time.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312216.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-engraving_23-2149286542.jpg", buttonText: "Discover"},
{
- title: "Efficient Shipping",
- description: "Fast, reliable delivery straight to your doorstep.",
- imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662928.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-photovoltaics-factory-expert-conducting-experiments-using-tablet_482257-117956.jpg",
- buttonText: "View Info",
- },
+ title: "Efficient Shipping", description: "Fast, reliable delivery straight to your doorstep.", imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662928.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-photovoltaics-factory-expert-conducting-experiments-using-tablet_482257-117956.jpg", buttonText: "View Info"},
{
- title: "Customer First",
- description: "We are dedicated to ensuring your complete satisfaction.",
- imageSrc: "http://img.b2bpic.net/free-photo/hand-drawn-figures-connected-through-blank-white-cellphone-chalkboard_23-2147841250.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-colorful-squares_23-2148999203.jpg",
- buttonText: "Read More",
- },
+ title: "Customer First", description: "We are dedicated to ensuring your complete satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/hand-drawn-figures-connected-through-blank-white-cellphone-chalkboard_23-2147841250.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-colorful-squares_23-2148999203.jpg", buttonText: "Read More"},
]}
title="Why Choose Vault Supply"
description="We don't just supply products; we curate a lifestyle of quality, durability, and style."
@@ -191,59 +135,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- brand: "Vault",
- name: "Essential Carry",
- price: "$89",
- rating: 5,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/creative-product-photographer-studio_23-2148970256.jpg",
- },
+ id: "p1", brand: "Vault", name: "Essential Carry", price: "$89", rating: 5,
+ reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/creative-product-photographer-studio_23-2148970256.jpg"},
{
- id: "p2",
- brand: "Vault",
- name: "Signature Goods",
- price: "$125",
- rating: 5,
- reviewCount: "8",
- imageSrc: "http://img.b2bpic.net/free-photo/special-product-photography-studio-with-workers_23-2148970219.jpg",
- },
+ id: "p2", brand: "Vault", name: "Signature Goods", price: "$125", rating: 5,
+ reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/special-product-photography-studio-with-workers_23-2148970219.jpg"},
{
- id: "p3",
- brand: "Vault",
- name: "Lifestyle Tool",
- price: "$45",
- rating: 4,
- reviewCount: "22",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-mystery-box_23-2149516474.jpg",
- },
+ id: "p3", brand: "Vault", name: "Lifestyle Tool", price: "$45", rating: 4,
+ reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-mystery-box_23-2149516474.jpg"},
{
- id: "p4",
- brand: "Vault",
- name: "Minimalist Pack",
- price: "$150",
- rating: 5,
- reviewCount: "15",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photos-ceramic-kitchenware_23-2149060842.jpg",
- },
+ id: "p4", brand: "Vault", name: "Minimalist Pack", price: "$150", rating: 5,
+ reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photos-ceramic-kitchenware_23-2149060842.jpg"},
{
- id: "p5",
- brand: "Vault",
- name: "Daily Utility",
- price: "$60",
- rating: 4,
- reviewCount: "5",
- imageSrc: "http://img.b2bpic.net/free-photo/young-female-product-photographer-studio_23-2148970228.jpg",
- },
+ id: "p5", brand: "Vault", name: "Daily Utility", price: "$60", rating: 4,
+ reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/young-female-product-photographer-studio_23-2148970228.jpg"},
{
- id: "p6",
- brand: "Vault",
- name: "Home Essential",
- price: "$95",
- rating: 5,
- reviewCount: "10",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-shopping-bags_23-2148316193.jpg",
- },
+ id: "p6", brand: "Vault", name: "Home Essential", price: "$95", rating: 5,
+ reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-shopping-bags_23-2148316193.jpg"},
]}
title="Curated Collections"
description="Discover our initial launch lineup designed for the modern lifestyle."
@@ -257,36 +165,17 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "basic",
- title: "Standard",
- period: "lifetime",
- price: "$0",
- features: [
- "Access to store",
- "Order tracking",
- ],
+ id: "basic", title: "Standard", period: "lifetime", price: "$0", features: [
+ "Access to store", "Order tracking"],
button: {
- text: "Join Free",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-cheerful-extreme-young-blonde-stuntwoman-biker-wearing-white-tank-top-khaki-pants-sitting-floor-smiling-happily-holding-black-motorcycle-safety-helmet_343059-3288.jpg",
- imageAlt: "premium product display",
- },
+ text: "Join Free"},
+ imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-cheerful-extreme-young-blonde-stuntwoman-biker-wearing-white-tank-top-khaki-pants-sitting-floor-smiling-happily-holding-black-motorcycle-safety-helmet_343059-3288.jpg", imageAlt: "premium product display"},
{
- id: "pro",
- title: "Vault Pro",
- period: "year",
- price: "$49",
- features: [
- "Early access",
- "Free shipping",
- "Exclusive goods",
- ],
+ id: "pro", title: "Vault Pro", period: "year", price: "$49", features: [
+ "Early access", "Free shipping", "Exclusive goods"],
button: {
- text: "Upgrade",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-partners-standing-apart_23-2148976592.jpg?_wi=2",
- imageAlt: "premium product display",
- },
+ text: "Upgrade"},
+ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-partners-standing-apart_23-2148976592.jpg?_wi=2", imageAlt: "premium product display"},
]}
title="Membership Levels"
description="Unlock exclusive access to future releases and vault members-only deals."
@@ -301,25 +190,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "500+",
- title: "Products Curated",
- description: "High-quality goods selected.",
- icon: CheckCircle,
+ id: "m1", value: "500+", title: "Products Curated", description: "High-quality goods selected.", icon: CheckCircle,
},
{
- id: "m2",
- value: "10k+",
- title: "Satisfied Customers",
- description: "Members worldwide.",
- icon: Users,
+ id: "m2", value: "10k+", title: "Satisfied Customers", description: "Members worldwide.", icon: Users,
},
{
- id: "m3",
- value: "99%",
- title: "Satisfaction Rate",
- description: "Driven by excellence.",
- icon: Award,
+ id: "m3", value: "99%", title: "Satisfaction Rate", description: "Driven by excellence.", icon: Award,
},
]}
title="Vault Statistics"
@@ -334,45 +211,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah Miller",
- handle: "@sarahm",
- testimonial: "The attention to detail and packaging at Vault Supply is unmatched. Highly recommended.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-boy-with-glasses-holding-cup_23-2148450770.jpg",
- },
+ id: "1", name: "Sarah Miller", handle: "@sarahm", testimonial: "The attention to detail and packaging at Vault Supply is unmatched. Highly recommended.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-boy-with-glasses-holding-cup_23-2148450770.jpg"},
{
- id: "2",
- name: "John Doe",
- handle: "@johndoe",
- testimonial: "Amazing quality goods that actually last. This is how e-commerce should be.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-smiling-asian-girl-sits-stairs-city-centre-holds-mobile-phone-looks_1258-190770.jpg",
- },
+ id: "2", name: "John Doe", handle: "@johndoe", testimonial: "Amazing quality goods that actually last. This is how e-commerce should be.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-smiling-asian-girl-sits-stairs-city-centre-holds-mobile-phone-looks_1258-190770.jpg"},
{
- id: "3",
- name: "Elena Rodriguez",
- handle: "@elena",
- testimonial: "Excellent service and shipping. I am a lifelong customer now.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-talking-work_23-2149308449.jpg",
- },
+ id: "3", name: "Elena Rodriguez", handle: "@elena", testimonial: "Excellent service and shipping. I am a lifelong customer now.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-talking-work_23-2149308449.jpg"},
{
- id: "4",
- name: "Mark Wilson",
- handle: "@mwilson",
- testimonial: "Fast delivery and premium products. Five stars all around.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-colleagues-sitting-office-talking-with-each-other_171337-17713.jpg",
- },
+ id: "4", name: "Mark Wilson", handle: "@mwilson", testimonial: "Fast delivery and premium products. Five stars all around.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-colleagues-sitting-office-talking-with-each-other_171337-17713.jpg"},
{
- id: "5",
- name: "Alice Brown",
- handle: "@aliceb",
- testimonial: "Vault Supply is definitely the best choice for premium lifestyle goods.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-girl-writing-clipboard_23-2148348976.jpg",
- },
+ id: "5", name: "Alice Brown", handle: "@aliceb", testimonial: "Vault Supply is definitely the best choice for premium lifestyle goods.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-girl-writing-clipboard_23-2148348976.jpg"},
]}
showRating={true}
title="Voices of Vault"
@@ -381,71 +233,41 @@ export default function LandingPage() {
-