diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f95ab4..1568e83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import ContactText from '@/components/sections/contact/ContactText'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,62 +47,39 @@ export default function LandingPage() {
@@ -120,9 +89,7 @@ export default function LandingPage() { useInvertedBackground={false} title="The AAROS Commitment to Craft" description={[ - "Every AAROS hamper is a story of dedication. We believe that professional appreciation should be as unique as the individuals receiving it.", - "By blending functional tools with meticulous crochet and mandala art, we create gifts that leave a lasting professional impression.", - ]} + "Every AAROS hamper is a story of dedication. We believe that professional appreciation should be as unique as the individuals receiving it.", "By blending functional tools with meticulous crochet and mandala art, we create gifts that leave a lasting professional impression."]} /> @@ -134,41 +101,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Executive Leather Diary", - price: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-workspace-with-black-notebook-laptop_23-2151968888.jpg", - }, + id: "1", name: "Executive Leather Diary", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-workspace-with-black-notebook-laptop_23-2151968888.jpg"}, { - id: "2", - name: "Hand-Woven Crochet Set", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/cute-plush-toy-made-from-crochet_23-2151145649.jpg", - }, + id: "2", name: "Hand-Woven Crochet Set", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/cute-plush-toy-made-from-crochet_23-2151145649.jpg"}, { - id: "3", - name: "Mandala Coaster Collection", - price: "Set", - imageSrc: "http://img.b2bpic.net/free-photo/colored-vases-cactus-interior-cafe-east-style-comfort-style_169016-4718.jpg", - }, + id: "3", name: "Mandala Coaster Collection", price: "Set", imageSrc: "http://img.b2bpic.net/free-photo/colored-vases-cactus-interior-cafe-east-style-comfort-style_169016-4718.jpg"}, { - id: "4", - name: "Artisanal Specs Cover", - price: "Unique", - imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-composition-with-hipster-concept_23-2147790985.jpg", - }, + id: "4", name: "Artisanal Specs Cover", price: "Unique", imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-composition-with-hipster-concept_23-2147790985.jpg"}, { - id: "5", - name: "Personalized Gift Box", - price: "Curated", - imageSrc: "http://img.b2bpic.net/free-photo/carton-boxes-with-cones-walnuts_23-2147881289.jpg", - }, + id: "5", name: "Personalized Gift Box", price: "Curated", imageSrc: "http://img.b2bpic.net/free-photo/carton-boxes-with-cones-walnuts_23-2147881289.jpg"}, { - id: "6", - name: "Complete Corporate Bundle", - price: "Deluxe", - imageSrc: "http://img.b2bpic.net/free-photo/knitting-wool-thread-close-up_23-2148923301.jpg", - }, + id: "6", name: "Complete Corporate Bundle", price: "Deluxe", imageSrc: "http://img.b2bpic.net/free-photo/knitting-wool-thread-close-up_23-2148923301.jpg"}, ]} title="Our Signature Curations" description="Exquisitely curated bundles designed to impress clients and inspire teams." @@ -176,41 +119,17 @@ export default function LandingPage() {
-
-
-
-
-