diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2027ccc..e8f00eb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactCTA from '@/components/sections/contact/ContactCTA';
-import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
+import ContactSplit from '@/components/sections/contact/ContactSplit';
+import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
-import FooterSimple from '@/components/sections/footer/FooterSimple';
+import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,104 +47,56 @@ export default function LandingPage() {
@@ -163,18 +107,9 @@ export default function LandingPage() {
title="Designed for the Modern Urban Lifestyle"
description="Outlook Drop bridges the gap between high-end fashion and everyday functionality. We focus on premium materials and timeless silhouettes that define your unique style."
metrics={[
- {
- value: "50+",
- title: "Drops Completed",
- },
- {
- value: "10k+",
- title: "Happy Clients",
- },
- {
- value: "100%",
- title: "Premium Material",
- },
+ { value: "50+", title: "Drops Completed" },
+ { value: "10k+", title: "Happy Clients" },
+ { value: "100%", title: "Premium Material" },
]}
imageSrc="http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837336.jpg"
mediaAnimation="slide-up"
@@ -187,36 +122,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "1",
- label: "Quality",
- title: "Premium Construction",
- items: [
- "Reinforced stitching",
- "Heavyweight cotton",
- "Pre-shrunk fabrics",
- ],
- },
- {
- id: "2",
- label: "Design",
- title: "Timeless Silhouettes",
- items: [
- "Minimal branding",
- "Modern fits",
- "Neutral palettes",
- ],
- },
- {
- id: "3",
- label: "Shipping",
- title: "Directly To You",
- items: [
- "Fast local shipping",
- "Secure packaging",
- "Carbon neutral",
- ],
- },
+ { id: "1", label: "Quality", title: "Premium Construction", items: ["Reinforced stitching", "Heavyweight cotton", "Pre-shrunk fabrics"] },
+ { id: "2", label: "Design", title: "Timeless Silhouettes", items: ["Minimal branding", "Modern fits", "Neutral palettes"] },
+ { id: "3", label: "Shipping", title: "Directly To You", items: ["Fast local shipping", "Secure packaging", "Carbon neutral"] },
]}
title="Why Outlook Drop"
description="Excellence in every detail."
@@ -230,60 +138,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- brand: "Outlook Drop",
- name: "Premium Hoodie",
- price: "$89",
- rating: 5,
- reviewCount: "124",
- imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-standing-against-wall-talking-smart-phone_23-2148066827.jpg",
- },
- {
- id: "p2",
- brand: "Outlook Drop",
- name: "Urban Tee",
- price: "$45",
- rating: 5,
- reviewCount: "89",
- imageSrc: "http://img.b2bpic.net/free-photo/smartphone-near-jean-cloth-sweater-with-tags_23-2147957043.jpg",
- },
- {
- id: "p3",
- brand: "Outlook Drop",
- name: "Denim Jacket",
- price: "$120",
- rating: 4,
- reviewCount: "45",
- imageSrc: "http://img.b2bpic.net/free-photo/old-shoe_1122-373.jpg",
- },
- {
- id: "p4",
- brand: "Outlook Drop",
- name: "Everyday Cap",
- price: "$30",
- rating: 4,
- reviewCount: "210",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-diverse-women-posing_23-2148906930.jpg",
- },
- {
- id: "p5",
- brand: "Outlook Drop",
- name: "Cargo Joggers",
- price: "$95",
- rating: 5,
- reviewCount: "67",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-posed-outdoor-street-style-rap-singer_627829-2788.jpg",
- },
- {
- id: "p6",
- brand: "Outlook Drop",
- name: "Cotton Overshirt",
- price: "$75",
- rating: 4,
- reviewCount: "34",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelman-dressed-size-tshirt-jeans-fashion-male-isolated-studio-posing-near-grey-wall_158538-26402.jpg",
- },
+ { id: "p1", brand: "Outlook Drop", name: "Premium Hoodie", price: "$89", rating: 5, reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-standing-against-wall-talking-smart-phone_23-2148066827.jpg" },
+ { id: "p2", brand: "Outlook Drop", name: "Urban Tee", price: "$45", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-near-jean-cloth-sweater-with-tags_23-2147957043.jpg" },
+ { id: "p3", brand: "Outlook Drop", name: "Denim Jacket", price: "$120", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/old-shoe_1122-373.jpg" },
+ { id: "p4", brand: "Outlook Drop", name: "Everyday Cap", price: "$30", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-diverse-women-posing_23-2148906930.jpg" },
+ { id: "p5", brand: "Outlook Drop", name: "Cargo Joggers", price: "$95", rating: 5, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-posed-outdoor-street-style-rap-singer_627829-2788.jpg" },
+ { id: "p6", brand: "Outlook Drop", name: "Cotton Overshirt", price: "$75", rating: 4, reviewCount: "34", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelman-dressed-size-tshirt-jeans-fashion-male-isolated-studio-posing-near-grey-wall_158538-26402.jpg" },
]}
title="Featured Essentials"
description="Limited availability for the modern wardrobe."
@@ -296,41 +156,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah J.",
- handle: "@sarahstyle",
- testimonial: "The quality is simply unmatched.",
- imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-thoughtful-woman-with-dark-skin-curly-hair-wears-hoodie_273609-18077.jpg",
- },
- {
- id: "2",
- name: "Mike R.",
- handle: "@mikerocks",
- testimonial: "Fits perfectly every time.",
- imageSrc: "http://img.b2bpic.net/free-photo/girl-coffee-room_1398-784.jpg",
- },
- {
- id: "3",
- name: "Emily V.",
- handle: "@emilyv",
- testimonial: "My go-to brand for basics.",
- imageSrc: "http://img.b2bpic.net/free-photo/emotional-woman-denim-jacket-white-jeans-making-selfie-curly-woman-with-handbag-taking-photo-outside_197531-19338.jpg",
- },
- {
- id: "4",
- name: "David L.",
- handle: "@davecool",
- testimonial: "Fast shipping, premium feel.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-3400.jpg",
- },
- {
- id: "5",
- name: "Nina T.",
- handle: "@ninatrend",
- testimonial: "Best hoodie I have ever owned.",
- imageSrc: "http://img.b2bpic.net/free-photo/excited-happy-teenage-interracial-couple-looking-camera_23-2148156368.jpg",
- },
+ { id: "1", name: "Sarah J.", handle: "@sarahstyle", testimonial: "The quality is simply unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-thoughtful-woman-with-dark-skin-curly-hair-wears-hoodie_273609-18077.jpg" },
+ { id: "2", name: "Mike R.", handle: "@mikerocks", testimonial: "Fits perfectly every time.", imageSrc: "http://img.b2bpic.net/free-photo/girl-coffee-room_1398-784.jpg" },
+ { id: "3", name: "Emily V.", handle: "@emilyv", testimonial: "My go-to brand for basics.", imageSrc: "http://img.b2bpic.net/free-photo/emotional-woman-denim-jacket-white-jeans-making-selfie-curly-woman-with-handbag-taking-photo-outside_197531-19338.jpg" },
+ { id: "4", name: "David L.", handle: "@davecool", testimonial: "Fast shipping, premium feel.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-3400.jpg" },
+ { id: "5", name: "Nina T.", handle: "@ninatrend", testimonial: "Best hoodie I have ever owned.", imageSrc: "http://img.b2bpic.net/free-photo/excited-happy-teenage-interracial-couple-looking-camera_23-2148156368.jpg" },
]}
title="Community Voices"
description="See why style leaders choose us."
@@ -341,111 +171,58 @@ export default function LandingPage() {
-
-