Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
289
src/app/page.tsx
289
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collection", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Aura Rings"
|
||||
/>
|
||||
@@ -56,100 +48,55 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Timeless Elegance in Every Detail"
|
||||
description="Crafting extraordinary memories with artisanal jewelry designed to last a lifetime. Discover our collection of hand-forged rings."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Elara Vance",
|
||||
handle: "@elarav",
|
||||
testimonial: "The ring is even more stunning in person. Incredible quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-japanese-couple-jewelry-store-woman-is-delighted-shows-off-magnificent-ring-her-husband-gave-her_166373-8883.jpg",
|
||||
},
|
||||
name: "Elara Vance", handle: "@elarav", testimonial: "The ring is even more stunning in person. Incredible quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-japanese-couple-jewelry-store-woman-is-delighted-shows-off-magnificent-ring-her-husband-gave-her_166373-8883.jpg"},
|
||||
{
|
||||
name: "Marcus Thorne",
|
||||
handle: "@mthorne",
|
||||
testimonial: "Exceptional customer service and beautiful craftsmanship.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-bearded-man-with-hairstyle-elegant-retro-gray-suit-bow-tie-posing-studio-isolated-gray-background_613910-20001.jpg",
|
||||
},
|
||||
name: "Marcus Thorne", handle: "@mthorne", testimonial: "Exceptional customer service and beautiful craftsmanship.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-bearded-man-with-hairstyle-elegant-retro-gray-suit-bow-tie-posing-studio-isolated-gray-background_613910-20001.jpg"},
|
||||
{
|
||||
name: "Sophia Reed",
|
||||
handle: "@sreed",
|
||||
testimonial: "My fiancé loves her engagement ring. Perfect design.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glamour-female-model-with-short-brown-hair-black-dress-posing-near-light-wall_613910-7036.jpg",
|
||||
},
|
||||
name: "Sophia Reed", handle: "@sreed", testimonial: "My fiancé loves her engagement ring. Perfect design.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glamour-female-model-with-short-brown-hair-black-dress-posing-near-light-wall_613910-7036.jpg"},
|
||||
{
|
||||
name: "Julian West",
|
||||
handle: "@jwest",
|
||||
testimonial: "Truly unique pieces that stand out from the rest.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-consultant-hands-presenting-necklace-store_651396-1499.jpg",
|
||||
},
|
||||
name: "Julian West", handle: "@jwest", testimonial: "Truly unique pieces that stand out from the rest.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-consultant-hands-presenting-necklace-store_651396-1499.jpg"},
|
||||
{
|
||||
name: "Chloe Vance",
|
||||
handle: "@chloev",
|
||||
testimonial: "The detailing is breathtaking. Simply perfect.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-girl-with-red-hairstyle-black-bandage-neck-summer-modern-dress-smiling-looking-away-outdoor_197531-30117.jpg",
|
||||
},
|
||||
name: "Chloe Vance", handle: "@chloev", testimonial: "The detailing is breathtaking. Simply perfect.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-girl-with-red-hairstyle-black-bandage-neck-summer-modern-dress-smiling-looking-away-outdoor_197531-30117.jpg"},
|
||||
{
|
||||
name: "Leo Sterling",
|
||||
handle: "@lsterling",
|
||||
testimonial: "Fast shipping and a gorgeous presentation box.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-young-woman-with-red-cap-looking-camera_23-2148187405.jpg",
|
||||
},
|
||||
name: "Leo Sterling", handle: "@lsterling", testimonial: "Fast shipping and a gorgeous presentation box.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-young-woman-with-red-cap-looking-camera_23-2148187405.jpg"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347041.jpg"
|
||||
imageAlt="Luxurious engagement ring"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-decoration-young-fresh-people_1187-6111.jpg",
|
||||
alt: "Customer portrait 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/person-decoration-young-fresh-people_1187-6111.jpg", alt: "Customer portrait 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-caucasian-guy-dating-afro-american-girl_1262-19996.jpg",
|
||||
alt: "Customer portrait 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-caucasian-guy-dating-afro-american-girl_1262-19996.jpg", alt: "Customer portrait 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-black-turtleneck-glasses-holding-cardboard-heart-smiling-with-happy-face_141793-54781.jpg",
|
||||
alt: "Customer portrait 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-black-turtleneck-glasses-holding-cardboard-heart-smiling-with-happy-face_141793-54781.jpg", alt: "Customer portrait 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-taking-selfie_23-2148586166.jpg",
|
||||
alt: "Customer portrait 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-taking-selfie_23-2148586166.jpg", alt: "Customer portrait 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-ginger-girl-shows-thumbs-up-smiles-white-teeth-approve-agree-say-yes-recommend-clinic-company-satisfied-with-quality-service-white-background_176420-45534.jpg",
|
||||
alt: "Customer portrait 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-ginger-girl-shows-thumbs-up-smiles-white-teeth-approve-agree-say-yes-recommend-clinic-company-satisfied-with-quality-service-white-background_176420-45534.jpg", alt: "Customer portrait 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Ethically Sourced",
|
||||
},
|
||||
type: "text", text: "Ethically Sourced"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hand-Forged Quality",
|
||||
},
|
||||
type: "text", text: "Hand-Forged Quality"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Shipping",
|
||||
},
|
||||
type: "text", text: "Global Shipping"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Lifetime Warranty",
|
||||
},
|
||||
type: "text", text: "Lifetime Warranty"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisan Crafted",
|
||||
},
|
||||
type: "text", text: "Artisan Crafted"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,18 +106,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Legacy of",
|
||||
},
|
||||
type: "text", content: "Our Legacy of"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-is-holding-semi-precious-stone-hands-close-up-photoshoot_613910-3132.jpg",
|
||||
alt: "Handcrafted detail",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/young-woman-is-holding-semi-precious-stone-hands-close-up-photoshoot_613910-3132.jpg", alt: "Handcrafted detail"},
|
||||
{
|
||||
type: "text",
|
||||
content: "Mastery",
|
||||
},
|
||||
type: "text", content: "Mastery"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -183,41 +123,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "The Celestial Band",
|
||||
price: "$1,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-with-red-manicure-two-rings-fingers-beautiful-green-palm-leaf-tropical-gray-wall_343596-3247.jpg",
|
||||
},
|
||||
id: "p1", name: "The Celestial Band", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-with-red-manicure-two-rings-fingers-beautiful-green-palm-leaf-tropical-gray-wall_343596-3247.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Rose Bloom Solitaire",
|
||||
price: "$2,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-dim-pink-rose-sunny-rays-precious-wedding-rings_8353-11490.jpg",
|
||||
},
|
||||
id: "p2", name: "Rose Bloom Solitaire", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dim-pink-rose-sunny-rays-precious-wedding-rings_8353-11490.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Midnight Sapphire",
|
||||
price: "$1,850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-17947.jpg",
|
||||
},
|
||||
id: "p3", name: "Midnight Sapphire", price: "$1,850", imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-17947.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Platinum Aura",
|
||||
price: "$3,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409252.jpg",
|
||||
},
|
||||
id: "p4", name: "Platinum Aura", price: "$3,200", imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409252.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Eternal Stacks",
|
||||
price: "$900",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-jewellery-display_23-2151921935.jpg",
|
||||
},
|
||||
id: "p5", name: "Eternal Stacks", price: "$900", imageSrc: "http://img.b2bpic.net/free-photo/luxury-jewellery-display_23-2151921935.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Vintage Heirloom",
|
||||
price: "$2,100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jewelry-lifestyle-fashion-accessories_460848-14018.jpg",
|
||||
},
|
||||
id: "p6", name: "Vintage Heirloom", price: "$2,100", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-lifestyle-fashion-accessories_460848-14018.jpg"},
|
||||
]}
|
||||
title="Signature Collections"
|
||||
description="Exquisite designs for every milestone."
|
||||
@@ -231,34 +147,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
title: "Happy Customers",
|
||||
items: [
|
||||
"Verified reviews",
|
||||
"Satisfied smiles",
|
||||
"Custom pieces",
|
||||
],
|
||||
id: "m1", value: "10k+", title: "Happy Customers", items: [
|
||||
"Verified reviews", "Satisfied smiles", "Custom pieces"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
title: "Master Artisans",
|
||||
items: [
|
||||
"Expert jewelry crafters",
|
||||
"Quality control",
|
||||
"Global experts",
|
||||
],
|
||||
id: "m2", value: "50+", title: "Master Artisans", items: [
|
||||
"Expert jewelry crafters", "Quality control", "Global experts"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "20",
|
||||
title: "Years Legacy",
|
||||
items: [
|
||||
"Fine jewelry heritage",
|
||||
"Trusted brand",
|
||||
"Sustainable sourcing",
|
||||
],
|
||||
id: "m3", value: "20", title: "Years Legacy", items: [
|
||||
"Fine jewelry heritage", "Trusted brand", "Sustainable sourcing"],
|
||||
},
|
||||
]}
|
||||
title="Aura by the Numbers"
|
||||
@@ -274,26 +172,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "tm1",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Head Designer",
|
||||
description: "Passionate about fusing modern style with traditional techniques.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-blonde-woman-stylish-white-blouse-dark-velvet-pants-laughs-looks-into-camera-spreads-paste-piece-bread-street-cafe_197531-23212.jpg",
|
||||
},
|
||||
id: "tm1", name: "Sarah Jenkins", role: "Head Designer", description: "Passionate about fusing modern style with traditional techniques.", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-blonde-woman-stylish-white-blouse-dark-velvet-pants-laughs-looks-into-camera-spreads-paste-piece-bread-street-cafe_197531-23212.jpg"},
|
||||
{
|
||||
id: "tm2",
|
||||
name: "David Chen",
|
||||
role: "Master Jeweler",
|
||||
description: "Expert artisan with over 20 years of ring forging experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-blond-bearded-male-dressed-suit-sunglasses_613910-11932.jpg",
|
||||
},
|
||||
id: "tm2", name: "David Chen", role: "Master Jeweler", description: "Expert artisan with over 20 years of ring forging experience.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-blond-bearded-male-dressed-suit-sunglasses_613910-11932.jpg"},
|
||||
{
|
||||
id: "tm3",
|
||||
name: "Elena Rossi",
|
||||
role: "Gemologist",
|
||||
description: "Ensuring every stone meets our gold standard of clarity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-young-girl-wear-leather-jacket-ripped-jeans-streets-city-street-fashion-model-style_627829-12223.jpg",
|
||||
},
|
||||
id: "tm3", name: "Elena Rossi", role: "Gemologist", description: "Ensuring every stone meets our gold standard of clarity.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-young-girl-wear-leather-jacket-ripped-jeans-streets-city-street-fashion-model-style_627829-12223.jpg"},
|
||||
]}
|
||||
title="Meet the Makers"
|
||||
description="The creative minds behind our timeless collections."
|
||||
@@ -305,37 +188,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/look-my-ring-is-very-similar_329181-8041.jpg",
|
||||
},
|
||||
id: "t1", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/look-my-ring-is-very-similar_329181-8041.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bob K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg",
|
||||
},
|
||||
id: "t2", name: "Bob K.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Charlie D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sucsessful-businesswoman-studio-isolated-grey_613910-11320.jpg",
|
||||
},
|
||||
id: "t3", name: "Charlie D.", imageSrc: "http://img.b2bpic.net/free-photo/sucsessful-businesswoman-studio-isolated-grey_613910-11320.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Dana L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-curly-young-man-looking-aside-standing-gray-tshirt-white-background_176420-47961.jpg",
|
||||
},
|
||||
id: "t4", name: "Dana L.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-curly-young-man-looking-aside-standing-gray-tshirt-white-background_176420-47961.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Evan P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg",
|
||||
},
|
||||
id: "t5", name: "Evan P.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Fiona G.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-holding-cup-coffee-city-brunette-teen-girl-denim-jacket-pink-sunglasses-jeans-with-black-belt-posing-street_197531-29458.jpg",
|
||||
},
|
||||
id: "t6", name: "Fiona G.", imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-holding-cup-coffee-city-brunette-teen-girl-denim-jacket-pink-sunglasses-jeans-with-black-belt-posing-street_197531-29458.jpg"},
|
||||
]}
|
||||
cardTitle="Loved by Thousands"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -346,20 +212,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you provide custom sizing?",
|
||||
content: "Yes, we offer complimentary resizing on all rings.",
|
||||
},
|
||||
id: "f1", title: "Do you provide custom sizing?", content: "Yes, we offer complimentary resizing on all rings."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is jewelry sustainable?",
|
||||
content: "We exclusively use recycled metals and ethically sourced stones.",
|
||||
},
|
||||
id: "f2", title: "Is jewelry sustainable?", content: "We exclusively use recycled metals and ethically sourced stones."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "We ship our rings globally, fully insured.",
|
||||
},
|
||||
id: "f3", title: "Do you offer international shipping?", content: "We ship our rings globally, fully insured."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
title="Common Questions"
|
||||
@@ -373,8 +230,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Keep in Touch"
|
||||
title="Join Our Exclusive List"
|
||||
description="Be the first to hear about limited edition drops and private collection previews."
|
||||
@@ -387,42 +243,27 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Brand",
|
||||
items: [
|
||||
title: "Brand", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Craftsmanship",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Craftsmanship", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Shipping Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping Policy", href: "#"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user