Merge version_1 into main #1
247
src/app/page.tsx
247
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { MapPin, ShoppingBag, Users } from "lucide-react";
|
||||
import { MapPin, ShoppingBag, Users, ShieldCheck, Tag, User, Store } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Collections", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Balaji Garments"
|
||||
/>
|
||||
@@ -58,34 +46,16 @@ export default function LandingPage() {
|
||||
title="Style Redefined at Balaji Garments"
|
||||
description="Discover the perfect blend of traditional elegance and modern style in the heart of Aligarh. Quality you can trust, fashion you'll love."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collections",
|
||||
href: "#products",
|
||||
},
|
||||
{ text: "Explore Collections", href: "#products" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/asian-woman-store-employee-arranging-new-designer-clothes-hangers_482257-118505.jpg"
|
||||
imageAlt="Balaji Garments Store"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chic-fashion-boutique-with-well-organized-clothing-racks_482257-118413.jpg",
|
||||
alt: "Fashion customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861908.jpg",
|
||||
alt: "Fashion customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empty-clothing-showroom_482257-79289.jpg",
|
||||
alt: "Fashion customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empty-modern-clothing-store-filled-with-formal-wear-designs_482257-93026.jpg",
|
||||
alt: "Fashion customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804651.jpg",
|
||||
alt: "Fashion customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/chic-fashion-boutique-with-well-organized-clothing-racks_482257-118413.jpg", alt: "Fashion customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861908.jpg", alt: "Fashion customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/empty-clothing-showroom_482257-79289.jpg", alt: "Fashion customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/empty-modern-clothing-store-filled-with-formal-wear-designs_482257-93026.jpg", alt: "Fashion customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804651.jpg", alt: "Fashion customer 5" },
|
||||
]}
|
||||
avatarText="Join 5,000+ satisfied clients"
|
||||
/>
|
||||
@@ -96,21 +66,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Fashion Excellence"
|
||||
metrics={[
|
||||
{
|
||||
icon: ShoppingBag,
|
||||
label: "Items Sold",
|
||||
value: "10K+",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Customers",
|
||||
value: "5K+",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Locations",
|
||||
value: "1",
|
||||
},
|
||||
{ icon: ShoppingBag, label: "Items Sold", value: "10K+" },
|
||||
{ icon: Users, label: "Happy Customers", value: "5K+" },
|
||||
{ icon: MapPin, label: "Locations", value: "1" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -121,30 +79,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Quality",
|
||||
description: "Handpicked fabrics ensuring durability and comfort.",
|
||||
buttonIcon: "ShieldCheck",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-slow-fashion-badge-collection_23-2148821136.jpg",
|
||||
},
|
||||
{
|
||||
title: "Affordable Prices",
|
||||
description: "Great fashion should be accessible to everyone.",
|
||||
buttonIcon: "Tag",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shopping-bags-heart_187299-46321.jpg",
|
||||
},
|
||||
{
|
||||
title: "Personalized Service",
|
||||
description: "Expert guidance to find your perfect look.",
|
||||
buttonIcon: "User",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/shopping-infographic_23-2147517106.jpg",
|
||||
},
|
||||
{
|
||||
title: "Local Favorite",
|
||||
description: "Serving the Aligarh community with pride.",
|
||||
buttonIcon: "Store",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762851.jpg",
|
||||
},
|
||||
{ title: "Premium Quality", description: "Handpicked fabrics ensuring durability and comfort.", buttonIcon: ShieldCheck, imageSrc: "http://img.b2bpic.net/free-vector/flat-design-slow-fashion-badge-collection_23-2148821136.jpg" },
|
||||
{ title: "Affordable Prices", description: "Great fashion should be accessible to everyone.", buttonIcon: Tag, imageSrc: "http://img.b2bpic.net/free-photo/shopping-bags-heart_187299-46321.jpg" },
|
||||
{ title: "Personalized Service", description: "Expert guidance to find your perfect look.", buttonIcon: User, imageSrc: "http://img.b2bpic.net/free-vector/shopping-infographic_23-2147517106.jpg" },
|
||||
{ title: "Local Favorite", description: "Serving the Aligarh community with pride.", buttonIcon: Store, imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762851.jpg" },
|
||||
]}
|
||||
title="Why Choose Balaji Garments?"
|
||||
description="We prioritize quality and customer satisfaction in every piece we offer."
|
||||
@@ -158,42 +96,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Summer Cotton Kurta",
|
||||
price: "₹899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-female-trendy-summer-clothessexy-carefree-women-posing-street-near-white-wall-hat-positive-pure-models-having-fun-sunset_158538-24235.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Formal Shirt",
|
||||
price: "₹1299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-clothes-shop_1303-19711.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Winter Jacket",
|
||||
price: "₹2499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rack-with-overclothes-shop_23-2147784096.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Ethnic Sherwani",
|
||||
price: "₹4999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drag-queen-show-clothes-arrangement_23-2149434518.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Casual Trousers",
|
||||
price: "₹999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-threads-knitting-yarn-threads-pastel-colors_169016-19934.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Stylish Scarf",
|
||||
price: "₹399",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sympathetic-girl-stands-near-bulding_8353-213.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Summer Cotton Kurta", price: "₹899", imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-female-trendy-summer-clothessexy-carefree-women-posing-street-near-white-wall-hat-positive-pure-models-having-fun-sunset_158538-24235.jpg" },
|
||||
{ id: "p2", name: "Formal Shirt", price: "₹1299", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-clothes-shop_1303-19711.jpg" },
|
||||
{ id: "p3", name: "Winter Jacket", price: "₹2499", imageSrc: "http://img.b2bpic.net/free-photo/rack-with-overclothes-shop_23-2147784096.jpg" },
|
||||
{ id: "p4", name: "Ethnic Sherwani", price: "₹4999", imageSrc: "http://img.b2bpic.net/free-photo/drag-queen-show-clothes-arrangement_23-2149434518.jpg" },
|
||||
{ id: "p5", name: "Casual Trousers", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/closeup-threads-knitting-yarn-threads-pastel-colors_169016-19934.jpg" },
|
||||
{ id: "p6", name: "Stylish Scarf", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/sympathetic-girl-stands-near-bulding_8353-213.jpg" },
|
||||
]}
|
||||
title="Our Seasonal Collections"
|
||||
description="Explore our curated selection of fine garments for every occasion."
|
||||
@@ -206,46 +114,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Amit Kumar",
|
||||
handle: "@amitk",
|
||||
testimonial: "Excellent quality and great prices. Definitely my go-to shop.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-women-shopping_23-2149241329.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Priya Sharma",
|
||||
handle: "@priyas",
|
||||
testimonial: "The collection is always up to date with the latest trends.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-personal-shopper-helping-cutomer_23-2148924091.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Rahul Singh",
|
||||
handle: "@rahuls",
|
||||
testimonial: "Staff is very helpful. Found exactly what I needed for a wedding.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_1170-797.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sunita Verma",
|
||||
handle: "@sunitav",
|
||||
testimonial: "High quality fabric that lasts long. Very satisfied.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Vikram Seth",
|
||||
handle: "@vikrams",
|
||||
testimonial: "Great experience, highly recommend visiting their shop.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-arranging-racks-with-clothes_482257-85378.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Amit Kumar", handle: "@amitk", testimonial: "Excellent quality and great prices. Definitely my go-to shop.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-women-shopping_23-2149241329.jpg" },
|
||||
{ id: "t2", name: "Priya Sharma", handle: "@priyas", testimonial: "The collection is always up to date with the latest trends.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-personal-shopper-helping-cutomer_23-2148924091.jpg" },
|
||||
{ id: "t3", name: "Rahul Singh", handle: "@rahuls", testimonial: "Staff is very helpful. Found exactly what I needed for a wedding.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_1170-797.jpg" },
|
||||
{ id: "t4", name: "Sunita Verma", handle: "@sunitav", testimonial: "High quality fabric that lasts long. Very satisfied.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg" },
|
||||
{ id: "t5", name: "Vikram Seth", handle: "@vikrams", testimonial: "Great experience, highly recommend visiting their shop.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/manager-arranging-racks-with-clothes_482257-85378.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Customers Say"
|
||||
@@ -257,21 +130,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What are your store hours?",
|
||||
content: "We are open daily from 10:00 AM to 9:00 PM.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer alterations?",
|
||||
content: "Yes, we provide professional alteration services for our customers.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I return products?",
|
||||
content: "Returns are accepted within 7 days with the original receipt.",
|
||||
},
|
||||
{ id: "q1", title: "What are your store hours?", content: "We are open daily from 10:00 AM to 9:00 PM." },
|
||||
{ id: "q2", title: "Do you offer alterations?", content: "Yes, we provide professional alteration services for our customers." },
|
||||
{ id: "q3", title: "Can I return products?", content: "Returns are accepted within 7 days with the original receipt." },
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -283,14 +144,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Raymond",
|
||||
"Allen Solly",
|
||||
"Peter England",
|
||||
"Louis Philippe",
|
||||
"Van Heusen",
|
||||
"Arrow",
|
||||
"US Polo",
|
||||
]}
|
||||
"Raymond", "Allen Solly", "Peter England", "Louis Philippe", "Van Heusen", "Arrow", "US Polo"]}
|
||||
title="Trusted Local Brands"
|
||||
description="We partner with the leading names in quality fashion to bring you the best options."
|
||||
/>
|
||||
@@ -299,9 +153,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact"
|
||||
title="Visit Us Today"
|
||||
description="Located centrally in Aligarh. Come see our latest collection in person."
|
||||
@@ -312,33 +164,16 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Products", href: "#products" },
|
||||
{ label: "About", href: "#about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user