Merge version_1 into main #2
@@ -6,7 +6,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import { Award, Info, Sparkles } from "lucide-react";
|
||||
import { Award, Info, Sparkles, Gem, HeartHandshake } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -27,30 +27,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "shop",
|
||||
href: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Taraaneh"
|
||||
/>
|
||||
@@ -67,25 +52,17 @@ export default function LandingPage() {
|
||||
tagIcon={Info}
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Our Mission",
|
||||
href: "/mission",
|
||||
},
|
||||
text: "Discover Our Mission", href: "/mission"},
|
||||
]}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Ethically Sourced Pearls",
|
||||
description: "We partner with suppliers who uphold fair labor practices and sustainable sourcing methods, ensuring beauty without compromise.",
|
||||
icon: Gem,
|
||||
title: "Ethically Sourced Pearls", description: "We partner with suppliers who uphold fair labor practices and sustainable sourcing methods, ensuring beauty without compromise.", icon: Gem,
|
||||
},
|
||||
{
|
||||
title: "Handcrafted with Soul",
|
||||
description: "Each piece is meticulously handmade by skilled women artisans in Ahmedabad, India, preserving traditional craftsmanship and empowering communities.",
|
||||
icon: HeartHandshake,
|
||||
title: "Handcrafted with Soul", description: "Each piece is meticulously handmade by skilled women artisans in Ahmedabad, India, preserving traditional craftsmanship and empowering communities.", icon: HeartHandshake,
|
||||
},
|
||||
{
|
||||
title: "Timeless, Minimalist Design",
|
||||
description: "Our designs blend classic allure with contemporary minimalism, creating versatile pieces that enhance your natural elegance.",
|
||||
icon: Sparkles,
|
||||
title: "Timeless, Minimalist Design", description: "Our designs blend classic allure with contemporary minimalism, creating versatile pieces that enhance your natural elegance.", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sewing-buttons_23-2148145926.jpg"
|
||||
@@ -100,21 +77,15 @@ export default function LandingPage() {
|
||||
description="Beyond crafting beautiful jewellery, Taraaneh is built on values that empower. We measure our success not just in artistry, but in the positive change we create through our commitment to people and planet."
|
||||
metrics={[
|
||||
{
|
||||
value: "50+",
|
||||
title: "Women Artisans Empowered",
|
||||
},
|
||||
value: "50+", title: "Women Artisans Empowered"},
|
||||
{
|
||||
value: "10+",
|
||||
title: "Years of Collective Craftsmanship",
|
||||
},
|
||||
value: "10+", title: "Years of Collective Craftsmanship"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Handmade Creations",
|
||||
},
|
||||
value: "100%", title: "Handmade Creations"},
|
||||
]}
|
||||
tag="Our Values"
|
||||
tagIcon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cocoa-sesame-cookies-rustic-wooden-board_114579-62020.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cocoa-sesame-cookies-rustic-wooden-board_114579-62020.jpg"
|
||||
imageAlt="Elegant handmade pearl necklace on display"
|
||||
/>
|
||||
</div>
|
||||
@@ -123,58 +94,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Necklaces",
|
||||
href: "/shop/necklaces",
|
||||
},
|
||||
label: "Necklaces", href: "/shop/necklaces"},
|
||||
{
|
||||
label: "Earrings",
|
||||
href: "/shop/earrings",
|
||||
},
|
||||
label: "Earrings", href: "/shop/earrings"},
|
||||
{
|
||||
label: "Bracelets",
|
||||
href: "/shop/bracelets",
|
||||
},
|
||||
label: "Bracelets", href: "/shop/bracelets"},
|
||||
{
|
||||
label: "Hair Accessories",
|
||||
href: "/shop/hair-accessories",
|
||||
},
|
||||
label: "Hair Accessories", href: "/shop/hair-accessories"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Story", href: "/about"},
|
||||
{
|
||||
label: "Ethical Crafting",
|
||||
href: "/about#ethical",
|
||||
},
|
||||
label: "Ethical Crafting", href: "/about#ethical"},
|
||||
{
|
||||
label: "Artisan Community",
|
||||
href: "/about#community",
|
||||
},
|
||||
label: "Artisan Community", href: "/about#community"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQs", href: "/faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "/shipping",
|
||||
},
|
||||
label: "Shipping & Returns", href: "/shipping"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
153
src/app/page.tsx
153
src/app/page.tsx
@@ -30,30 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "shop",
|
||||
href: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Taraaneh"
|
||||
/>
|
||||
@@ -62,21 +47,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Taraaneh"
|
||||
description="Ethically Crafted Bohemian Elegance \nHandmade pearl jewellery designed with timeless charm"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection",
|
||||
href: "/shop",
|
||||
},
|
||||
text: "Shop Collection", href: "/shop"},
|
||||
{
|
||||
text: "WhatsApp to Order",
|
||||
href: "https://wa.me/<YOUR_WHATSAPP_NUMBER>",
|
||||
},
|
||||
text: "WhatsApp to Order", href: "https://wa.me/<YOUR_WHATSAPP_NUMBER>"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cocoa-sesame-cookies-rustic-wooden-board_114579-62020.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cocoa-sesame-cookies-rustic-wooden-board_114579-62020.jpg"
|
||||
imageAlt="Elegant handmade pearl necklace"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -90,37 +70,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "earrings-01",
|
||||
name: "Nira Drop Earrings",
|
||||
price: "₹ 1,800",
|
||||
variant: "Handmade • Limited",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-abstract-background-with-dew-drops-shining-sun-spider-web_169016-14241.jpg",
|
||||
imageAlt: "Nira Drop Earrings",
|
||||
},
|
||||
id: "earrings-01", name: "Nira Drop Earrings", price: "₹ 1,800", variant: "Handmade • Limited", imageSrc: "http://img.b2bpic.net/free-photo/natural-abstract-background-with-dew-drops-shining-sun-spider-web_169016-14241.jpg", imageAlt: "Nira Drop Earrings"},
|
||||
{
|
||||
id: "hairpin-02",
|
||||
name: "Haya Veil Hairpin",
|
||||
price: "₹ 2,500",
|
||||
variant: "Made-to-Order",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-wearing-flower-accessories-their-prom_23-2149106077.jpg",
|
||||
imageAlt: "Haya Veil Hairpin",
|
||||
},
|
||||
id: "hairpin-02", name: "Haya Veil Hairpin", price: "₹ 2,500", variant: "Made-to-Order", imageSrc: "http://img.b2bpic.net/free-photo/girls-wearing-flower-accessories-their-prom_23-2149106077.jpg", imageAlt: "Haya Veil Hairpin"},
|
||||
{
|
||||
id: "bracelet-03",
|
||||
name: "Rani Pearl Bracelet",
|
||||
price: "₹ 3,200",
|
||||
variant: "Handmade • Limited",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-tanned-blonde-woman-with-hair-bun-pearl-necklace-poses-with-closed-eyes-outside_197531-19501.jpg",
|
||||
imageAlt: "Rani Pearl Bracelet",
|
||||
},
|
||||
id: "bracelet-03", name: "Rani Pearl Bracelet", price: "₹ 3,200", variant: "Handmade • Limited", imageSrc: "http://img.b2bpic.net/free-photo/pretty-tanned-blonde-woman-with-hair-bun-pearl-necklace-poses-with-closed-eyes-outside_197531-19501.jpg", imageAlt: "Rani Pearl Bracelet"},
|
||||
{
|
||||
id: "ring-04",
|
||||
name: "Ananya Pearl Ring",
|
||||
price: "₹ 2,100",
|
||||
variant: "Handmade • Limited",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sophisticated-tea-party-assortment_23-2149045920.jpg",
|
||||
imageAlt: "Ananya Pearl Ring",
|
||||
},
|
||||
id: "ring-04", name: "Ananya Pearl Ring", price: "₹ 2,100", variant: "Handmade • Limited", imageSrc: "http://img.b2bpic.net/free-photo/sophisticated-tea-party-assortment_23-2149045920.jpg", imageAlt: "Ananya Pearl Ring"},
|
||||
]}
|
||||
title="Our Exquisite Collection"
|
||||
description="Discover handmade pearl accessories, ethically crafted with soul. Each piece is made-to-order, ensuring exclusivity and quality. 🔥 10+ people are viewing this right now!"
|
||||
@@ -132,9 +88,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Crafted with Soul & Purpose"
|
||||
description={[
|
||||
"Taraaneh embraces the philosophy of slow fashion, creating each piece of jewellery by hand with meticulous care and ethical practices. We believe in quality over quantity, ensuring every accessory tells a story of tradition and artistry.",
|
||||
"Our mission extends beyond beautiful adornments; we are dedicated to empowering women artisans in Ahmedabad, Gujarat. Through fair wages and skill development, we celebrate their talent and contribute to their financial independence, fostering a community of creative and confident women.",
|
||||
]}
|
||||
"Taraaneh embraces the philosophy of slow fashion, creating each piece of jewellery by hand with meticulous care and ethical practices. We believe in quality over quantity, ensuring every accessory tells a story of tradition and artistry.", "Our mission extends beyond beautiful adornments; we are dedicated to empowering women artisans in Ahmedabad, Gujarat. Through fair wages and skill development, we celebrate their talent and contribute to their financial independence, fostering a community of creative and confident women."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -146,21 +100,13 @@ export default function LandingPage() {
|
||||
author="Priya Sharma"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-white-background_1150-3796.jpg",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-white-background_1150-3796.jpg", alt: "Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", alt: "Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sassy-stylish-girl-with-curly-hair-cross-arms-chest-smiling_176420-21788.jpg",
|
||||
alt: "Emily Rodriguez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/sassy-stylish-girl-with-curly-hair-cross-arms-chest-smiling_176420-21788.jpg", alt: "Emily Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400911.jpg",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400911.jpg", alt: "David Kim"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -172,8 +118,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"World of Scrunchique",
|
||||
]}
|
||||
"World of Scrunchique"]}
|
||||
title="Our Family of Brands"
|
||||
description="Proudly part of a community dedicated to handcrafted beauty."
|
||||
speed={40}
|
||||
@@ -184,14 +129,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="For custom orders, inquiries, or to simply say hello, please DM or WhatsApp us directly. We're based in Ahmedabad, Gujarat, and would love to hear from you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Taraaneh",
|
||||
href: "https://wa.me/<YOUR_WHATSAPP_NUMBER>",
|
||||
},
|
||||
text: "WhatsApp Taraaneh", href: "https://wa.me/<YOUR_WHATSAPP_NUMBER>"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -200,62 +142,37 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Shop Collection",
|
||||
href: "/shop",
|
||||
},
|
||||
label: "Shop Collection", href: "/shop"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/taraaneh",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/taraaneh"},
|
||||
{
|
||||
label: "Pinterest",
|
||||
href: "https://pinterest.com/taraaneh",
|
||||
},
|
||||
label: "Pinterest", href: "https://pinterest.com/taraaneh"},
|
||||
{
|
||||
label: "WhatsApp to Order",
|
||||
href: "https://wa.me/<YOUR_WHATSAPP_NUMBER>",
|
||||
},
|
||||
label: "WhatsApp to Order", href: "https://wa.me/<YOUR_WHATSAPP_NUMBER>"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user