From 1a47ea331dee58ed1d27f08b06d9e6c6483ce715 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 10:25:32 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 108 ++++------------------------------------- 1 file changed, 9 insertions(+), 99 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 967591f..638ddb5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -52,97 +41,18 @@ export default function LandingPage() { title="About Velmora" description="Velmora Jewelry was founded on the belief that everyday elegance should be accessible to everyone." metrics={[ - { - value: "100%", - title: "Handcrafted", - }, - { - value: "5k+", - title: "Happy Customers", - }, + { value: "100%", title: "Handcrafted" }, + { value: "5k+", title: "Happy Customers" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-bookshelf-water-dispenser-business-office-empty-desk-with-decorations-watercooler-startup-space-shelves-with-minimal-decor-decorative-plants-refreshment_482257-27791.jpg" mediaAnimation="slide-up" metricsAnimation="slide-up" /> -
- -
- -- 2.49.1 From 0f321819a5603719cdca9a1d15e15d3afae2dc18 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 10:25:33 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 111 ++++----------------------------------- 1 file changed, 9 insertions(+), 102 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cb43166..3639a70 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,9 +5,8 @@ import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -export default function LandingPage() { +export default function ContactPage() { return (
-
- -
-
-- 2.49.1 From d79b1a265e6b7cff36748d493c6f25a8a4486436 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 10:25:33 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 238 +++++++---------------------------------------- 1 file changed, 34 insertions(+), 204 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4629e67..3ad9519 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,24 +28,13 @@ export default function LandingPage() { @@ -54,71 +43,14 @@ export default function LandingPage() { title="Everyday Elegance" description="Handcrafted jewelry designed to be the perfect companion for every outfit. Simple, eye-catching, and made for you." testimonials={[ - { - name: "Alice M.", - handle: "@alicem", - testimonial: "The earrings are stunning and so lightweight!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", - }, - { - name: "James K.", - handle: "@jamesk", - testimonial: "Perfect gift, my partner loved the necklace.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg", - }, - { - name: "Sofia L.", - handle: "@sofial", - testimonial: "Exceptional quality and fast shipping.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/amazing-woman-with-nude-makeup-posing-her-apartment-indoor-photo-caucasian-charming-lady-standing-with-arms-crossed_197531-9271.jpg", - }, - { - name: "Mark D.", - handle: "@markd", - testimonial: "Velmora has become my go-to for gifts.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg", - }, - { - name: "Elena P.", - handle: "@elenap", - testimonial: "So many compliments on my new ring set.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", - }, - ]} - buttons={[ - { - text: "Shop New Collection", - href: "/shop", - }, + { name: "Alice M.", handle: "@alicem", testimonial: "The earrings are stunning and so lightweight!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg" }, + { name: "James K.", handle: "@jamesk", testimonial: "Perfect gift, my partner loved the necklace.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg" }, + { name: "Sofia L.", handle: "@sofial", testimonial: "Exceptional quality and fast shipping.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/amazing-woman-with-nude-makeup-posing-her-apartment-indoor-photo-caucasian-charming-lady-standing-with-arms-crossed_197531-9271.jpg" }, + { name: "Mark D.", handle: "@markd", testimonial: "Velmora has become my go-to for gifts.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg" }, + { name: "Elena P.", handle: "@elenap", testimonial: "So many compliments on my new ring set.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" }, ]} + buttons={[{ text: "Shop New Collection", href: "/shop" }]} imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-dark-sweater-standing-near-lamps_114579-81893.jpg" - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg", - alt: "Portrait of a young female dentist", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", - alt: "Portrait of smiley business woman", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg", - alt: "Portrait of happy business woman posing outdoors", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", - alt: "Portrait of young smiling woman looking at camera", - }, - { - src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", - alt: "Front view portrait of beautiful young woman giving thumbs up", - }, - ]} /> @@ -128,30 +60,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Handcrafted", - descriptions: [ - "Each piece is made with love by our skilled artisans.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/tools-clay-work-sculpting_23-2149986269.jpg", - }, - { - id: "f2", - title: "Ethically Sourced", - descriptions: [ - "Materials chosen with care for the environment.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/antique-silver-scissors-wrapped-present-with-leaves-tag-green-background_23-2147924471.jpg", - }, - { - id: "f3", - title: "Timeless Design", - descriptions: [ - "Jewelry that never goes out of style.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329711.jpg", - }, + { id: "f1", title: "Handcrafted", descriptions: ["Each piece is made with love by our skilled artisans."], imageSrc: "http://img.b2bpic.net/free-photo/tools-clay-work-sculpting_23-2149986269.jpg" }, + { id: "f2", title: "Ethically Sourced", descriptions: ["Materials chosen with care for the environment."], imageSrc: "http://img.b2bpic.net/free-photo/antique-silver-scissors-wrapped-present-with-leaves-tag-green-background_23-2147924471.jpg" }, + { id: "f3", title: "Timeless Design", descriptions: ["Jewelry that never goes out of style."], imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329711.jpg" }, ]} title="Why Choose Velmora" description="We blend quality craftsmanship with modern aesthetics to elevate your daily style." @@ -165,60 +76,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "p1", - brand: "Velmora", - name: "Minimalist Gold Necklace", - price: "$85.00", - rating: 5, - reviewCount: "128", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone-communication-technology_53876-42690.jpg", - }, - { - id: "p2", - brand: "Velmora", - name: "Classic Hoop Earrings", - price: "$55.00", - rating: 5, - reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-aesthetic-golden-earrings-assortment_23-2149846574.jpg", - }, - { - id: "p3", - brand: "Velmora", - name: "Pearl Drop Earrings", - price: "$70.00", - rating: 4, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649179.jpg", - }, - { - id: "p4", - brand: "Velmora", - name: "Stackable Ring Set", - price: "$95.00", - rating: 5, - reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/golden-wedding-rings-lie-transparent-table_8353-738.jpg", - }, - { - id: "p5", - brand: "Velmora", - name: "Dainty Silver Bracelet", - price: "$60.00", - rating: 5, - reviewCount: "67", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-wearing-gold-bracelet_23-2149836429.jpg", - }, - { - id: "p6", - brand: "Velmora", - name: "Statement Cuff", - price: "$120.00", - rating: 5, - reviewCount: "34", - imageSrc: "http://img.b2bpic.net/free-photo/woman-s-arms-wearing-beautiful-jewelry-side-view_23-2149640596.jpg", - }, + { id: "p1", brand: "Velmora", name: "Minimalist Gold Necklace", price: "$85.00", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone-communication-technology_53876-42690.jpg" }, + { id: "p2", brand: "Velmora", name: "Classic Hoop Earrings", price: "$55.00", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-aesthetic-golden-earrings-assortment_23-2149846574.jpg" }, + { id: "p3", brand: "Velmora", name: "Pearl Drop Earrings", price: "$70.00", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649179.jpg" }, + { id: "p4", brand: "Velmora", name: "Stackable Ring Set", price: "$95.00", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/golden-wedding-rings-lie-transparent-table_8353-738.jpg" }, + { id: "p5", brand: "Velmora", name: "Dainty Silver Bracelet", price: "$60.00", rating: 5, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-wearing-gold-bracelet_23-2149836429.jpg" }, + { id: "p6", brand: "Velmora", name: "Statement Cuff", price: "$120.00", rating: 5, reviewCount: "34", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-arms-wearing-beautiful-jewelry_23-2149640596.jpg" }, ]} title="Best Sellers" description="Discover our most loved pieces, worn by you and featured in our latest collection." @@ -230,6 +93,12 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + title="Customization" + description="Tailored pieces to express your style." + features={[ + { id: "c1", title: "Unique", descriptions: ["Express yourself"], imageSrc: "" }, + { id: "c2", title: "Quality", descriptions: ["Lasting finish"], imageSrc: "" } + ]} /> @@ -238,6 +107,12 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + title="Pricing" + description="Simple tiers." + plans={[ + { title: "Standard", price: "$50", features: ["Fast shipping"] }, + { title: "Premium", price: "$100", features: ["Global shipping"] } + ]} /> @@ -245,53 +120,8 @@ export default function LandingPage() { -- 2.49.1 From 1a2e909f3654d3b9bbb1a8931e1e584d5e826293 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 10:25:34 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 133 ++++-------------------------------------- 1 file changed, 10 insertions(+), 123 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 82ef958..af2744a 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -export default function LandingPage() { +export default function ShopPage() { return ( @@ -50,119 +39,17 @@ export default function LandingPage() { -
- -
- -- 2.49.1