Merge version_1 into main #2
166
src/app/page.tsx
166
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() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Wedding",
|
||||
id: "wedding",
|
||||
},
|
||||
name: "Wedding", id: "wedding"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Sana Fashion Mall"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:01711725918",
|
||||
}}
|
||||
text: "Call Now", href: "tel:01711725918"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Best Fashion Shopping in Terry Bazar"
|
||||
description="All Your Family Shopping in One Place. Affordable, Trusted, and Quality for every occasion."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:01711725918",
|
||||
},
|
||||
text: "Call Now", href: "tel:01711725918"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-shopping-shopping-mall_1303-27924.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-adult-women-posing-mall_23-2148385687.jpg",
|
||||
alt: "Happy Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-adult-women-posing-mall_23-2148385687.jpg", alt: "Happy Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/every-girl-likes-shopping-with-friends_329181-8060.jpg",
|
||||
alt: "Happy Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/every-girl-likes-shopping-with-friends_329181-8060.jpg", alt: "Happy Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/shopping-day-international-girlfriends-women-mall_1157-46836.jpg",
|
||||
alt: "Happy Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/shopping-day-international-girlfriends-women-mall_1157-46836.jpg", alt: "Happy Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-holding-shopping-bags_23-2148695432.jpg",
|
||||
alt: "Happy Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-holding-shopping-bags_23-2148695432.jpg", alt: "Happy Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-adult-women-posing-mall_23-2148385687.jpg",
|
||||
alt: "Happy Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-adult-women-posing-mall_23-2148385687.jpg", alt: "Happy Customer 5"},
|
||||
]}
|
||||
avatarText="Join 700+ satisfied families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Assured",
|
||||
type: "text", text: "Quality Assured"},
|
||||
{
|
||||
type: "text-icon", text: "Best Prices", icon: Tag,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Best Prices",
|
||||
icon: Tag,
|
||||
type: "text", text: "Wide Variety"},
|
||||
{
|
||||
type: "text-icon", text: "Trusted Brand", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Wide Variety",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Trusted Brand",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Focused",
|
||||
},
|
||||
type: "text", text: "Family Focused"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Visit Sana Fashion Mall today at Chairman Mansion, 33 Terry Bazar Road. Open daily 9:30 AM - 10:30 PM. Call us for inquiries!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:01711725918",
|
||||
},
|
||||
text: "Call Now", href: "tel:01711725918"},
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/8801711725918",
|
||||
},
|
||||
text: "WhatsApp", href: "https://wa.me/8801711725918"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user