From 48ccb252cb14c284d4abff74c0ec291c376cb1c9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 01:41:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 281 ++++++++++------------------------------------- 1 file changed, 61 insertions(+), 220 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78ed7ee..9af4085 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,117 +47,65 @@ export default function LandingPage() {
@@ -177,17 +117,11 @@ export default function LandingPage() { description="At Aura Art, we believe every brushstroke tells a story. Our gallery bridge the gap between world-class artists and refined collectors worldwide." metrics={[ { - value: "15+", - title: "Years Curating", - }, + value: "15+", title: "Years Curating"}, { - value: "500+", - title: "Artworks Sold", - }, + value: "500+", title: "Artworks Sold"}, { - value: "120+", - title: "Exhibited Artists", - }, + value: "120+", title: "Exhibited Artists"}, ]} imageSrc="http://img.b2bpic.net/free-photo/pretty-smiling-girl-white-shirt-striped-t-shirt-dreamily-drawing-easel-with-window-background-home_574295-3788.jpg" imageAlt="Professional studio workspace" @@ -204,47 +138,20 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Sunset Serenade", - price: "$2,400", - variant: "Original", - imageSrc: "http://img.b2bpic.net/free-photo/yellow-painted-surface-background_23-2147964049.jpg", - }, + id: "p1", name: "Sunset Serenade", price: "$2,400", variant: "Original", imageSrc: "http://img.b2bpic.net/free-photo/yellow-painted-surface-background_23-2147964049.jpg"}, { - id: "p2", - name: "Midnight Echo", - price: "$1,850", - variant: "Original", - imageSrc: "http://img.b2bpic.net/free-photo/textured-background-wallpaper-black-paint-abstract-art_53876-145195.jpg", - }, + id: "p2", name: "Midnight Echo", price: "$1,850", variant: "Original", imageSrc: "http://img.b2bpic.net/free-photo/textured-background-wallpaper-black-paint-abstract-art_53876-145195.jpg"}, { - id: "p3", - name: "Azure Horizon", - price: "$3,200", - variant: "Original", - imageSrc: "http://img.b2bpic.net/free-photo/female-hand-touching-picture-frame-marble_114579-38461.jpg", - }, + id: "p3", name: "Azure Horizon", price: "$3,200", variant: "Original", imageSrc: "http://img.b2bpic.net/free-photo/female-hand-touching-picture-frame-marble_114579-38461.jpg"}, { - id: "p4", - name: "Golden Bloom", - price: "$2,100", - variant: "Original", - imageSrc: "http://img.b2bpic.net/free-photo/vase-model-standing-table-empty-creative-school-studio-class-inspiration-contemporary-class-with-nobody-it-ready-drawing-lesson-equipped-with-professional-sketching-tools_482257-38987.jpg", - }, + id: "p4", name: "Golden Bloom", price: "$2,100", variant: "Original", imageSrc: "http://img.b2bpic.net/free-photo/vase-model-standing-table-empty-creative-school-studio-class-inspiration-contemporary-class-with-nobody-it-ready-drawing-lesson-equipped-with-professional-sketching-tools_482257-38987.jpg"}, { - id: "p5", - name: "Abstract Rhythm", - price: "$4,500", - variant: "Original", - imageSrc: "http://img.b2bpic.net/free-photo/modern-artist-concept-with-top-view-desk_23-2148002128.jpg", - }, + id: "p5", name: "Abstract Rhythm", price: "$4,500", variant: "Original", imageSrc: "http://img.b2bpic.net/free-photo/modern-artist-concept-with-top-view-desk_23-2148002128.jpg"}, { - id: "p6", - name: "Velvet Silence", - price: "$2,950", - variant: "Original", - imageSrc: "http://img.b2bpic.net/free-photo/gold-marble-art-background-diy-luxury-flowing-texture_53876-103613.jpg", - }, + id: "p6", name: "Velvet Silence", price: "$2,950", variant: "Original", imageSrc: "http://img.b2bpic.net/free-photo/gold-marble-art-background-diy-luxury-flowing-texture_53876-103613.jpg"}, + ]} + buttons={[ + { text: "Inquire Now", href: "#contact" } ]} title="The Exclusive Catalog" description="Explore our limited edition paintings and original fine art selections." @@ -259,23 +166,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Secure Shipping", - description: "Global white-glove delivery for every piece.", - imageSrc: "http://img.b2bpic.net/free-photo/vintage-shiny-frames-wall_23-2149524031.jpg", - imageAlt: "Shipping icon", - }, + title: "Secure Shipping", description: "Global white-glove delivery for every piece.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-shiny-frames-wall_23-2149524031.jpg", imageAlt: "Shipping icon"}, { - title: "Certificates Included", - description: "Verified authenticity with every purchase.", - imageSrc: "http://img.b2bpic.net/free-photo/decorative-arrangement-with-dried-fruits-flowers_23-2151367157.jpg", - imageAlt: "Certificate icon", - }, + title: "Certificates Included", description: "Verified authenticity with every purchase.", imageSrc: "http://img.b2bpic.net/free-photo/decorative-arrangement-with-dried-fruits-flowers_23-2151367157.jpg", imageAlt: "Certificate icon"}, { - title: "Art Consultation", - description: "Personalized advice from our curators.", - imageSrc: "http://img.b2bpic.net/free-photo/paint-texture-background-wallpaper-black-abstract-art-acrylic-paint_53876-133246.jpg", - imageAlt: "Consultant icon", - }, + title: "Art Consultation", description: "Personalized advice from our curators.", imageSrc: "http://img.b2bpic.net/free-photo/paint-texture-background-wallpaper-black-abstract-art-acrylic-paint_53876-133246.jpg", imageAlt: "Consultant icon"}, ]} title="Unmatched Quality Assurance" description="We ensure every artwork arriving at your door is treated with the highest level of care and provenance verification." @@ -289,40 +184,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Elena Vance", - handle: "@elena_interiors", - testimonial: "The piece I ordered is even more stunning in person than online. Truly exquisite work.", - imageSrc: "http://img.b2bpic.net/free-photo/male-artist-showing-his-painting-female-client-interested-buying-some-artwork-from-exihibiton-art-gallery_662251-355.jpg", - }, + id: "1", name: "Elena Vance", handle: "@elena_interiors", testimonial: "The piece I ordered is even more stunning in person than online. Truly exquisite work.", imageSrc: "http://img.b2bpic.net/free-photo/male-artist-showing-his-painting-female-client-interested-buying-some-artwork-from-exihibiton-art-gallery_662251-355.jpg"}, { - id: "2", - name: "Julian Thorne", - handle: "@julian_design", - testimonial: "Excellent service and prompt delivery. The authentication process was incredibly professional.", - imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-with-color-palette-wall-paint_23-2150334455.jpg", - }, + id: "2", name: "Julian Thorne", handle: "@julian_design", testimonial: "Excellent service and prompt delivery. The authentication process was incredibly professional.", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-with-color-palette-wall-paint_23-2150334455.jpg"}, { - id: "3", - name: "Sarah Miller", - handle: "@sarah_art", - testimonial: "A wonderful addition to our gallery. The quality of these paintings is unparalleled.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709103.jpg", - }, + id: "3", name: "Sarah Miller", handle: "@sarah_art", testimonial: "A wonderful addition to our gallery. The quality of these paintings is unparalleled.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709103.jpg"}, { - id: "4", - name: "Marcus Reid", - handle: "@marcus_reid", - testimonial: "I love how each selection feels so unique. Aura Art is my go-to for original fine art.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-painting-home_23-2150170527.jpg", - }, + id: "4", name: "Marcus Reid", handle: "@marcus_reid", testimonial: "I love how each selection feels so unique. Aura Art is my go-to for original fine art.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-painting-home_23-2150170527.jpg"}, { - id: "5", - name: "Chloe Dupont", - handle: "@chloe_d", - testimonial: "Wonderful interaction with the curator who helped me find the perfect canvas.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-hanging-pictures_1398-3777.jpg", - }, + id: "5", name: "Chloe Dupont", handle: "@chloe_d", testimonial: "Wonderful interaction with the curator who helped me find the perfect canvas.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-hanging-pictures_1398-3777.jpg"}, ]} title="Voices of Our Collectors" description="Hear how our pieces have transformed the living spaces and collections of art lovers across the globe." @@ -334,14 +204,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Art Daily", - "Modern Interiors", - "Fine Art Journal", - "Luxury Living", - "Design Weekly", - "Museum Digest", - "Creative House", - ]} + "Art Daily", "Modern Interiors", "Fine Art Journal", "Luxury Living", "Design Weekly", "Museum Digest", "Creative House"]} title="Proudly Featured In" description="Our work and artists have been recognized by leading galleries and architectural publications worldwide." /> @@ -353,20 +216,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "How do you ensure authenticity?", - content: "Every artwork is accompanied by a signed Certificate of Authenticity.", - }, + id: "f1", title: "How do you ensure authenticity?", content: "Every artwork is accompanied by a signed Certificate of Authenticity."}, { - id: "f2", - title: "Can I arrange for a personal viewing?", - content: "Yes, we facilitate virtual viewings via appointment for serious collectors.", - }, + id: "f2", title: "Can I arrange for a personal viewing?", content: "Yes, we facilitate virtual viewings via appointment for serious collectors."}, { - id: "f3", - title: "Do you ship internationally?", - content: "Absolutely, we ship globally using specialized art courier services.", - }, + id: "f3", title: "Do you ship internationally?", content: "Absolutely, we ship globally using specialized art courier services."}, ]} title="Frequently Asked Questions" description="Find answers to common inquiries about purchasing, shipping, and art maintenance." @@ -378,14 +232,11 @@ export default function LandingPage() { @@ -395,29 +246,19 @@ export default function LandingPage() { logoText="Aura Art" columns={[ { - title: "Gallery", - items: [ + title: "Gallery", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Collection", - href: "#collection", - }, + label: "Collection", href: "#collection"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, ]} @@ -427,4 +268,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file