Update src/app/page.tsx

This commit is contained in:
2026-06-11 06:13:46 +00:00
parent c7ab18c1f2
commit 04ed28485b

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MediaAbout from '@/components/sections/about/MediaAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Catalogue", name: "Catalogue", id: "/catalogue"},
id: "/catalogue",
},
{ {
name: "Categories", name: "Categories", id: "/categories"},
id: "/categories",
},
{ {
name: "About Us", name: "About Us", id: "/about-us"},
id: "/about-us",
},
{ {
name: "Contact", name: "Contact", id: "/contact-us"},
id: "/contact-us",
},
]} ]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tt1agv" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tt1agv"
logoAlt="Desired Acquisitions Logo" logoAlt="Desired Acquisitions Logo"
@@ -63,13 +53,9 @@ export default function LandingPage() {
tagAnimation="none" tagAnimation="none"
buttons={[ buttons={[
{ {
text: "Browse Catalogue", text: "Browse Catalogue", href: "/catalogue"},
href: "/catalogue",
},
{ {
text: "Contact Us", text: "Contact Us", href: "/contact-us"},
href: "/contact-us",
},
]} ]}
buttonAnimation="none" buttonAnimation="none"
imageSrc="http://img.b2bpic.net/free-photo/retro-room-interior_1194-6643.jpg" imageSrc="http://img.b2bpic.net/free-photo/retro-room-interior_1194-6643.jpg"
@@ -78,25 +64,15 @@ export default function LandingPage() {
textPosition="bottom" textPosition="bottom"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/decorations-used-painting-inspiration-creativity-placed-art-gallery_482257-127281.jpg", src: "http://img.b2bpic.net/free-photo/decorations-used-painting-inspiration-creativity-placed-art-gallery_482257-127281.jpg", alt: "Decorations used for painting inspiration and creativity placed in art gallery"},
alt: "Decorations used for painting inspiration and creativity placed in art gallery",
},
{ {
src: "http://img.b2bpic.net/free-photo/medieval-king-queen-posing-real-context_23-2151156396.jpg", src: "http://img.b2bpic.net/free-photo/medieval-king-queen-posing-real-context_23-2151156396.jpg", alt: "Medieval king and queen posing in real context"},
alt: "Medieval king and queen posing in real context",
},
{ {
src: "http://img.b2bpic.net/free-photo/analog-portrait-beautiful-woman-posing-indoors-chair_23-2149630209.jpg", src: "http://img.b2bpic.net/free-photo/analog-portrait-beautiful-woman-posing-indoors-chair_23-2149630209.jpg", alt: "Analog portrait of beautiful woman posing indoors on a chair"},
alt: "Analog portrait of beautiful woman posing indoors on a chair",
},
{ {
src: "http://img.b2bpic.net/free-photo/house-couch-living-beige-lounge_1203-6323.jpg", src: "http://img.b2bpic.net/free-photo/house-couch-living-beige-lounge_1203-6323.jpg", alt: "house couch living beige lounge"},
alt: "house couch living beige lounge",
},
{ {
src: "http://img.b2bpic.net/free-photo/ornate-dresser-art-nouveau-style_23-2150975673.jpg", src: "http://img.b2bpic.net/free-photo/ornate-dresser-art-nouveau-style_23-2150975673.jpg", alt: "Ornate dresser in art nouveau style"},
alt: "Ornate dresser in art nouveau style",
},
]} ]}
avatarText="Join our community of discerning collectors" avatarText="Join our community of discerning collectors"
/> />
@@ -110,53 +86,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p-1", id: "p-1", name: "Vintage Mahogany Dining Table", price: "Enquire for price", variant: "Available", imageSrc: "http://img.b2bpic.net/free-photo/ornate-dresser-art-nouveau-style_23-2150975503.jpg", imageAlt: "Vintage Mahogany Dining Table"},
name: "Vintage Mahogany Dining Table",
price: "Enquire for price",
variant: "Available",
imageSrc: "http://img.b2bpic.net/free-photo/ornate-dresser-art-nouveau-style_23-2150975503.jpg",
imageAlt: "Vintage Mahogany Dining Table",
},
{ {
id: "p-2", id: "p-2", name: "Rare Porcelain Floral Vase", price: "Enquire for price", variant: "Available", imageSrc: "http://img.b2bpic.net/free-photo/flower-bouquet-metallic-frame-grey-background_23-2148191132.jpg", imageAlt: "Rare Porcelain Floral Vase"},
name: "Rare Porcelain Floral Vase",
price: "Enquire for price",
variant: "Available",
imageSrc: "http://img.b2bpic.net/free-photo/flower-bouquet-metallic-frame-grey-background_23-2148191132.jpg",
imageAlt: "Rare Porcelain Floral Vase",
},
{ {
id: "p-3", id: "p-3", name: "Antique Leather Armchair", price: "Enquire for price", variant: "Pending", imageSrc: "http://img.b2bpic.net/free-photo/sofa-decoration-livingroom-interior_74190-7314.jpg", imageAlt: "Antique Leather Armchair"},
name: "Antique Leather Armchair",
price: "Enquire for price",
variant: "Pending",
imageSrc: "http://img.b2bpic.net/free-photo/sofa-decoration-livingroom-interior_74190-7314.jpg",
imageAlt: "Antique Leather Armchair",
},
{ {
id: "p-4", id: "p-4", name: "Mid-Century Modern Sideboard", price: "Enquire for price", variant: "Available", imageSrc: "http://img.b2bpic.net/free-photo/stylish-cabinet-with-artwork-decor_23-2151988661.jpg", imageAlt: "Mid-Century Modern Sideboard"},
name: "Mid-Century Modern Sideboard",
price: "Enquire for price",
variant: "Available",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-cabinet-with-artwork-decor_23-2151988661.jpg",
imageAlt: "Mid-Century Modern Sideboard",
},
{ {
id: "p-5", id: "p-5", name: "Gold Ornate Wall Mirror", price: "Enquire for price", variant: "Sold", imageSrc: "http://img.b2bpic.net/free-photo/golden-fancy-frame_24837-272.jpg", imageAlt: "Gold Ornate Wall Mirror"},
name: "Gold Ornate Wall Mirror",
price: "Enquire for price",
variant: "Sold",
imageSrc: "http://img.b2bpic.net/free-photo/golden-fancy-frame_24837-272.jpg",
imageAlt: "Gold Ornate Wall Mirror",
},
{ {
id: "p-6", id: "p-6", name: "Victorian Silver Pocket Watch", price: "Enquire for price", variant: "Available", imageSrc: "http://img.b2bpic.net/free-vector/antique-hand-watch_53876-91205.jpg", imageAlt: "Victorian Silver Pocket Watch"},
name: "Victorian Silver Pocket Watch",
price: "Enquire for price",
variant: "Available",
imageSrc: "http://img.b2bpic.net/free-vector/antique-hand-watch_53876-91205.jpg",
imageAlt: "Victorian Silver Pocket Watch",
},
]} ]}
title="Featured Acquisitions" title="Featured Acquisitions"
description="Explore a curated selection of our most exquisite and sought-after items, from recent arrivals to timeless classics." description="Explore a curated selection of our most exquisite and sought-after items, from recent arrivals to timeless classics."
@@ -170,93 +110,37 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "cat-1", id: "cat-1", title: "Furniture", tags: [
title: "Furniture", "Chairs", "Tables", "Storage"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/decor-background-house-modern-home_1203-4879.jpg", imageAlt: "Elegant antique furniture"},
"Chairs",
"Tables",
"Storage",
],
imageSrc: "http://img.b2bpic.net/free-photo/decor-background-house-modern-home_1203-4879.jpg",
imageAlt: "Elegant antique furniture",
},
{ {
id: "cat-2", id: "cat-2", title: "Antiques", tags: [
title: "Antiques", "Rare", "Historic", "Classic"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-pottery-studio-working-stoneware_23-2151686491.jpg", imageAlt: "Collection of ancient artifacts"},
"Rare",
"Historic",
"Classic",
],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-pottery-studio-working-stoneware_23-2151686491.jpg",
imageAlt: "Collection of ancient artifacts",
},
{ {
id: "cat-3", id: "cat-3", title: "Collectibles", tags: [
title: "Collectibles", "Memorabilia", "Figurines", "Coins"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/crystal-balls-flower-arrangement_23-2150439145.jpg", imageAlt: "Display of various collectible items"},
"Memorabilia",
"Figurines",
"Coins",
],
imageSrc: "http://img.b2bpic.net/free-photo/crystal-balls-flower-arrangement_23-2150439145.jpg",
imageAlt: "Display of various collectible items",
},
{ {
id: "cat-4", id: "cat-4", title: "Home Décor", tags: [
title: "Home Décor", "Vases", "Mirrors", "Sculptures"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/details-decor-table-living-room-hygge-style-concept-home-comfort-modern-style_169016-10442.jpg", imageAlt: "Stylish home decor accents"},
"Vases",
"Mirrors",
"Sculptures",
],
imageSrc: "http://img.b2bpic.net/free-photo/details-decor-table-living-room-hygge-style-concept-home-comfort-modern-style_169016-10442.jpg",
imageAlt: "Stylish home decor accents",
},
{ {
id: "cat-5", id: "cat-5", title: "Art", tags: [
title: "Art", "Paintings", "Prints", "Sculpture"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-wallpaper-mixed-acrylic-color-paint-textured_53876-176792.jpg", imageAlt: "Classic art gallery painting"},
"Paintings",
"Prints",
"Sculpture",
],
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-wallpaper-mixed-acrylic-color-paint-textured_53876-176792.jpg",
imageAlt: "Classic art gallery painting",
},
{ {
id: "cat-6", id: "cat-6", title: "Jewellery", tags: [
title: "Jewellery", "Rings", "Necklaces", "Watches"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-still-life_23-2149560659.jpg", imageAlt: "Vintage gemstone necklace"},
"Rings",
"Necklaces",
"Watches",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-still-life_23-2149560659.jpg",
imageAlt: "Vintage gemstone necklace",
},
{ {
id: "cat-7", id: "cat-7", title: "Vintage Items", tags: [
title: "Vintage Items", "Retro", "Mid-Century", "Nostalgic"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1853.jpg", imageAlt: "Collection of retro vintage items"},
"Retro",
"Mid-Century",
"Nostalgic",
],
imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1853.jpg",
imageAlt: "Collection of retro vintage items",
},
{ {
id: "cat-8", id: "cat-8", title: "Books & Memorabilia", tags: [
title: "Books & Memorabilia", "Rare Books", "Autographs", "Historical"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/vintage-objects-arrangement-still-life_23-2150348587.jpg", imageAlt: "Old books in a vintage library"},
"Rare Books",
"Autographs",
"Historical",
],
imageSrc: "http://img.b2bpic.net/free-photo/vintage-objects-arrangement-still-life_23-2150348587.jpg",
imageAlt: "Old books in a vintage library",
},
]} ]}
title="Explore Our Categories" title="Explore Our Categories"
description="From timeless antiques to vintage finds, discover treasures across diverse collections." description="From timeless antiques to vintage finds, discover treasures across diverse collections."
@@ -282,64 +166,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t-1", id: "t-1", name: "Sarah Johnson", role: "Art Collector", company: "Private Client", rating: 5,
name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", imageAlt: "Sarah Johnson, Art Collector"},
role: "Art Collector",
company: "Private Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg",
imageAlt: "Sarah Johnson, Art Collector",
},
{ {
id: "t-2", id: "t-2", name: "Michael Chen", role: "Vintage Enthusiast", company: "Private Client", rating: 5,
name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3203.jpg", imageAlt: "Michael Chen, Vintage Enthusiast"},
role: "Vintage Enthusiast",
company: "Private Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3203.jpg",
imageAlt: "Michael Chen, Vintage Enthusiast",
},
{ {
id: "t-3", id: "t-3", name: "Emily Rodriguez", role: "Interior Designer", company: "Home Creations", rating: 5,
name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-antique-store_23-2149640717.jpg", imageAlt: "Emily Rodriguez, Interior Designer"},
role: "Interior Designer",
company: "Home Creations",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-antique-store_23-2149640717.jpg",
imageAlt: "Emily Rodriguez, Interior Designer",
},
{ {
id: "t-4", id: "t-4", name: "David Kim", role: "Antique Dealer", company: "Kim's Curios", rating: 5,
name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg", imageAlt: "David Kim, Antique Dealer"},
role: "Antique Dealer",
company: "Kim's Curios",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg",
imageAlt: "David Kim, Antique Dealer",
},
{ {
id: "t-5", id: "t-5", name: "Olivia White", role: "Private Collector", company: "Private Client", rating: 5,
name: "Olivia White", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg", alt: "Olivia White, Private Collector"},
role: "Private Collector",
company: "Private Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg",
imageAlt: "Olivia White, Private Collector",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "100+", value: "100+", label: "Curated Items"},
label: "Curated Items",
},
{ {
value: "50+", value: "50+", label: "Satisfied Clients"},
label: "Satisfied Clients",
},
{ {
value: "5", value: "5", label: "Star Rating"},
label: "Star Rating",
},
]} ]}
title="What Our Clients Say" title="What Our Clients Say"
description="Trusted by collectors and enthusiasts for unique finds and exceptional service." description="Trusted by collectors and enthusiasts for unique finds and exceptional service."
@@ -347,82 +195,61 @@ export default function LandingPage() {
</div> </div>
<div id="contact-home" data-section="contact-home"> <div id="contact-home" data-section="contact-home">
<ContactText <ContactSplitForm
useInvertedBackground={false} useInvertedBackground={false}
background={{ title="Enquire About an Item"
variant: "radial-gradient", description="Have a question or interested in making an offer? Fill out the form below, and we'll get back to you promptly to assist you with your desired acquisition."
}} inputs={[
text="Have a question about an item? Interested in making an offer? Contact us and we'll get back to you.\n\nEmail: desiredacquisitions@gmail.com\nPhone: 0799139202\n\nDesired Acquisitions operates as a catalogue and enquiry service. Items are not purchased directly through the website. Collection can be arranged by appointment, or shipping may be arranged and paid for by the buyer using a courier service such as PUDO. Shipping costs are always for the buyer's account." { name: "name", type: "text", placeholder: "Your Name", required: true },
buttons={[ { name: "email", type: "email", placeholder: "Your Email", required: true },
{ { name: "phone", type: "tel", placeholder: "Your Phone (Optional)", required: false },
text: "Make an Enquiry",
href: "/contact-us",
},
{
text: "Browse Catalogue",
href: "/catalogue",
},
]} ]}
textarea={{ name: "message", placeholder: "Your Message", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/retro-style-old-fashioned-phone-with-receiver-hand-table-against-rustic-wall-background_23-2148117769.jpg"
imageAlt="Retro style old-fashioned phone"
mediaPosition="right"
buttonText="Send Enquiry"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterBaseReveal
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tt1agv"
logoAlt="Desired Acquisitions Logo"
logoText="Desired Acquisitions"
columns={[ columns={[
{ {
title: "Acquisitions", title: "Acquisitions", items: [
items: [
{ {
label: "Browse All", label: "Browse All", href: "/catalogue"},
href: "/catalogue",
},
{ {
label: "Featured Items", label: "Featured Items", href: "/catalogue#featured-items"},
href: "/catalogue#featured-items",
},
{ {
label: "New Arrivals", label: "New Arrivals", href: "/catalogue"},
href: "/catalogue",
},
{ {
label: "Categories", label: "Categories", href: "/categories"},
href: "/categories",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about-us"},
href: "/about-us",
},
{ {
label: "Contact", label: "Contact", href: "/contact-us"},
href: "/contact-us",
},
{ {
label: "Collection & Delivery", label: "Collection & Delivery", href: "/collection-delivery"},
href: "/collection-delivery",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
bottomLeftText="© 2024 Desired Acquisitions. All rights reserved." copyrightText="© 2024 Desired Acquisitions. All rights reserved."
bottomRightText="Built with Webild"
/> />
</div> </div>
</ReactLenis> </ReactLenis>