Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ee0958a29e |
174
src/app/page.tsx
174
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Guddu Sarraf"
|
||||
/>
|
||||
@@ -53,41 +45,22 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Timeless Elegance, Crafted for You"
|
||||
description="Discover the exquisite collection of gold and diamond jewellery at Guddu Sarraf."
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-still-life_23-2149560594.jpg",
|
||||
imageAlt: "Luxurious Jewellery Display",
|
||||
},
|
||||
id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-still-life_23-2149560594.jpg", imageAlt: "Luxurious Jewellery Display"},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gold-chain-bowl_23-2149836414.jpg",
|
||||
imageAlt: "Diamond Ring Close-up",
|
||||
},
|
||||
id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gold-chain-bowl_23-2149836414.jpg", imageAlt: "Diamond Ring Close-up"},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-algae-moss_23-2151195128.jpg",
|
||||
imageAlt: "Traditional Gold Collection",
|
||||
},
|
||||
id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/still-life-algae-moss_23-2151195128.jpg", imageAlt: "Traditional Gold Collection"},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/texture-metal-cota_1122-964.jpg",
|
||||
imageAlt: "Gold Bracelet Detail",
|
||||
},
|
||||
id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/texture-metal-cota_1122-964.jpg", imageAlt: "Gold Bracelet Detail"},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings_23-2149846564.jpg",
|
||||
imageAlt: "Gold Earrings Showcase",
|
||||
},
|
||||
id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings_23-2149846564.jpg", imageAlt: "Gold Earrings Showcase"},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-jewelry-set-golden-bracelet-ring-with-diamonds_140725-12942.jpg",
|
||||
imageAlt: "Diamond Necklace",
|
||||
},
|
||||
id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-jewelry-set-golden-bracelet-ring-with-diamonds_140725-12942.jpg", imageAlt: "Diamond Necklace"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,41 +86,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Gold Ring",
|
||||
price: "₹25,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-golden-engagement-rings_23-2148483461.jpg",
|
||||
},
|
||||
id: "p1", name: "Gold Ring", price: "₹25,000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-golden-engagement-rings_23-2148483461.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Heritage Necklace",
|
||||
price: "₹1,20,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-like-cleopatra-ancient-egyptian-costume-confused-pointing-with-index-finger-her-temple-trying-concentrating-task-hard-orange_141793-130118.jpg",
|
||||
},
|
||||
id: "p2", name: "Heritage Necklace", price: "₹1,20,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-like-cleopatra-ancient-egyptian-costume-confused-pointing-with-index-finger-her-temple-trying-concentrating-task-hard-orange_141793-130118.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Elegance Earrings",
|
||||
price: "₹45,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/key-chain-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12623.jpg",
|
||||
},
|
||||
id: "p3", name: "Elegance Earrings", price: "₹45,000", imageSrc: "http://img.b2bpic.net/free-photo/key-chain-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12623.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Classic Bracelet",
|
||||
price: "₹60,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-shine-diamonds-digital-art_23-2151695005.jpg",
|
||||
},
|
||||
id: "p4", name: "Classic Bracelet", price: "₹60,000", imageSrc: "http://img.b2bpic.net/free-photo/luxury-shine-diamonds-digital-art_23-2151695005.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Gold Pendant",
|
||||
price: "₹15,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/christmas-golden-bells-marble-surface_114579-79061.jpg",
|
||||
},
|
||||
id: "p5", name: "Gold Pendant", price: "₹15,000", imageSrc: "http://img.b2bpic.net/free-photo/christmas-golden-bells-marble-surface_114579-79061.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Wedding Band",
|
||||
price: "₹35,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-picture-wedding-rings-standing-green-background_8353-1761.jpg",
|
||||
},
|
||||
id: "p6", name: "Wedding Band", price: "₹35,000", imageSrc: "http://img.b2bpic.net/free-photo/blurred-picture-wedding-rings-standing-green-background_8353-1761.jpg"},
|
||||
]}
|
||||
title="Signature Collections"
|
||||
description="Explore our curated range of fine jewellery designed for every special occasion."
|
||||
@@ -161,45 +110,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ananya Sharma",
|
||||
handle: "@ananya",
|
||||
testimonial: "Excellent collection and great service. Guddu Sarraf has become our family jeweller.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-satisfied-happy-young-20s-woman-yellow-coat-showing-thumbs-up-gesture-like-approval-giving-positive-feedback-enjoying-nice-event-standing-red-background-smiling-cute_1258-81801.jpg",
|
||||
},
|
||||
id: "t1", name: "Ananya Sharma", handle: "@ananya", testimonial: "Excellent collection and great service. Guddu Sarraf has become our family jeweller.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-satisfied-happy-young-20s-woman-yellow-coat-showing-thumbs-up-gesture-like-approval-giving-positive-feedback-enjoying-nice-event-standing-red-background-smiling-cute_1258-81801.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Rahul Verma",
|
||||
handle: "@rahul",
|
||||
testimonial: "The quality of gold is unmatched. Truly trustworthy shop for wedding jewellery.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-ring-jewelry-shop_1303-30666.jpg",
|
||||
},
|
||||
id: "t2", name: "Rahul Verma", handle: "@rahul", testimonial: "The quality of gold is unmatched. Truly trustworthy shop for wedding jewellery.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-ring-jewelry-shop_1303-30666.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sunita Rao",
|
||||
handle: "@sunita",
|
||||
testimonial: "Beautiful craftsmanship. Every piece I bought is a masterpiece.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cheerful-middleaged-man-smiling-happy-satisfied-showing-thumbsup-expressing-approval_1258-130248.jpg",
|
||||
},
|
||||
id: "t3", name: "Sunita Rao", handle: "@sunita", testimonial: "Beautiful craftsmanship. Every piece I bought is a masterpiece.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cheerful-middleaged-man-smiling-happy-satisfied-showing-thumbsup-expressing-approval_1258-130248.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Amit Gupta",
|
||||
handle: "@amit",
|
||||
testimonial: "Very professional and fair pricing. Highly recommend to everyone.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-smiles-brroadly-wears-casual-turtleneck-feels-pleased-poses-glad-against-red-background-joyful-female-model-has-cheerful-expression-feels-optimistic-enjoys-good-day_273609-57948.jpg",
|
||||
},
|
||||
id: "t4", name: "Amit Gupta", handle: "@amit", testimonial: "Very professional and fair pricing. Highly recommend to everyone.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-smiles-brroadly-wears-casual-turtleneck-feels-pleased-poses-glad-against-red-background-joyful-female-model-has-cheerful-expression-feels-optimistic-enjoys-good-day_273609-57948.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Priya Singh",
|
||||
handle: "@priya",
|
||||
testimonial: "Delighted with the modern designs and traditional values.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-sales-person-jewelry-shop_1303-30678.jpg",
|
||||
},
|
||||
id: "t5", name: "Priya Singh", handle: "@priya", testimonial: "Delighted with the modern designs and traditional values.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-sales-person-jewelry-shop_1303-30678.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Customer Stories"
|
||||
@@ -211,14 +135,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
text="Visit us at our boutique or reach out for inquiries. We look forward to serving you."
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Visit us at Ghantaghar Chowk, Gudmandu, Colonelganj (Gonda) or contact us at 9839742762. We look forward to serving you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:info@guddusarraf.com",
|
||||
},
|
||||
text: "Contact Us", href: "tel:+919839742762"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -228,42 +149,27 @@ export default function LandingPage() {
|
||||
logoText="Guddu Sarraf"
|
||||
columns={[
|
||||
{
|
||||
title: "Store",
|
||||
items: [
|
||||
title: "Store", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Collections",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Collections", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -272,4 +178,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user