diff --git a/src/app/page.tsx b/src/app/page.tsx index 0896086..1bf8ae5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { ThemeProvider } from "@/components/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; @@ -31,95 +31,60 @@ export default function LandingPage() {
@@ -145,23 +110,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Ladies Fashion", - price: "Affordable", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-blonde-pink-dress-looking-aside-posing_132075-11973.jpg", - }, + id: "p1", name: "Ladies Fashion", price: "Affordable", imageSrc: "http://img.b2bpic.net/free-photo/front-view-blonde-pink-dress-looking-aside-posing_132075-11973.jpg"}, { - id: "p2", - name: "Gents Fashion", - price: "Trendy", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-businessman-model-dressed-elegant-checkered-suit_158538-14183.jpg", - }, + id: "p2", name: "Gents Fashion", price: "Trendy", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-businessman-model-dressed-elegant-checkered-suit_158538-14183.jpg"}, { - id: "p3", - name: "Kids Collection", - price: "Quality", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478947.jpg", - }, + id: "p3", name: "Kids Collection", price: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478947.jpg"}, ]} title="Our Collection" description="Explore our wide variety of fashion items for every family member." @@ -176,20 +129,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Bridal Lehengas", - description: "Exquisite designs for the bride.", - imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-pink-saree-stands-crowd-people_8353-773.jpg?_wi=1", - }, + title: "Bridal Lehengas", description: "Exquisite designs for the bride.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-pink-saree-stands-crowd-people_8353-773.jpg?_wi=1"}, { - title: "Traditional Fabrics", - description: "Premium quality for custom outfits.", - imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-pink-saree-stands-crowd-people_8353-773.jpg?_wi=2", - }, + title: "Traditional Fabrics", description: "Premium quality for custom outfits.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-pink-saree-stands-crowd-people_8353-773.jpg?_wi=2"}, { - title: "Family Outfits", - description: "Coordinated sets for the entire family.", - imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-pink-saree-stands-crowd-people_8353-773.jpg?_wi=3", - }, + title: "Family Outfits", description: "Coordinated sets for the entire family.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-pink-saree-stands-crowd-people_8353-773.jpg?_wi=3"}, ]} title="Complete Wedding Shopping" description="From bridal wear to family outfits, find everything you need for the big day under one roof." @@ -204,45 +148,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Fatima Begum", - role: "Homemaker", - company: "Chattogram", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-adult-women-posing-mall_23-2148385687.jpg?_wi=1", - }, + id: "1", name: "Fatima Begum", role: "Homemaker", company: "Chattogram", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-adult-women-posing-mall_23-2148385687.jpg?_wi=1"}, { - id: "2", - name: "Rahim Uddin", - role: "Businessman", - company: "Chattogram", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/every-girl-likes-shopping-with-friends_329181-8060.jpg", - }, + id: "2", name: "Rahim Uddin", role: "Businessman", company: "Chattogram", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/every-girl-likes-shopping-with-friends_329181-8060.jpg"}, { - id: "3", - name: "Salma Akter", - role: "Teacher", - company: "Chattogram", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/shopping-day-international-girlfriends-women-mall_1157-46836.jpg", - }, + id: "3", name: "Salma Akter", role: "Teacher", company: "Chattogram", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/shopping-day-international-girlfriends-women-mall_1157-46836.jpg"}, { - id: "4", - name: "Kamal Ahmed", - role: "Student", - company: "Chattogram", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-shopping-bags_23-2148695432.jpg", - }, + id: "4", name: "Kamal Ahmed", role: "Student", company: "Chattogram", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-shopping-bags_23-2148695432.jpg"}, { - id: "5", - name: "Jahanara Khatun", - role: "Retiree", - company: "Chattogram", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-adult-women-posing-mall_23-2148385687.jpg?_wi=2", - }, + id: "5", name: "Jahanara Khatun", role: "Retiree", company: "Chattogram", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-adult-women-posing-mall_23-2148385687.jpg?_wi=2"}, ]} title="What Our Customers Say" description="Join 720+ happy families shopping with us every year." @@ -253,18 +172,13 @@ export default function LandingPage() {