diff --git a/src/app/page.tsx b/src/app/page.tsx index 59090e2..7e8ab7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Instagram, MapPin, ShoppingBag, Tag } from "lucide-react"; +import { Instagram, MapPin, Tag, Camera, Eye } from "lucide-react"; export default function LandingPage() { return ( @@ -33,7 +33,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "About", id: "about" }, - { name: "Treasures", id: "products" }, + { name: "Gallery", id: "products" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, ]} @@ -44,50 +44,34 @@ export default function LandingPage() {
@@ -97,12 +81,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { icon: ShoppingBag, title: "60+ Unique Stalls", description: "Explore an extensive collection of curated antique and vintage goods." }, - { icon: MapPin, title: "Peninsula Destination", description: "Located in the beautiful Tyabb area, perfect for a rainy day out." }, - { icon: Tag, title: "Great Bargains", description: "High variety of price ranges ensuring treasures for every budget." } + { icon: Eye, title: "60+ Curated Spaces", description: "A visual exploration of unique antique and vintage homewares." }, + { icon: MapPin, title: "Peninsula Destination", description: "Located in the beautiful Tyabb area, perfect for a day of observation." }, + { icon: Camera, title: "Photogenic Aesthetics", description: "Inspiring corners designed for lovers of vintage visual culture." } ]} - title="Why Visit Us" - description="Experience more than just shopping in our unique Peninsula destination." + title="The Experience" + description="Discover an environment dedicated to the preservation and appreciation of vintage items." /> @@ -113,31 +97,24 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "1", name: "Antique Armchair", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/two-ancient-kettles-with-empty-wooden-plate-burlap_114579-40135.jpg" }, - { id: "2", name: "Glassware Set", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/elegant-tea-party-arrangement_23-2149045887.jpg" }, - { id: "3", name: "Vintage Ornate Frame", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/toy-skeletons-near-board_23-2147905209.jpg" }, - { id: "4", name: "Retro Table Lamp", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/vintage-antique-ancient-kettle-marble-background_114579-46840.jpg" }, - { id: "5", name: "Brass Collectible", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/classic-teapot-isolated-marble-table_114579-30221.jpg" }, - { id: "6", name: "Kitchenware Set", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-antique-store_23-2149640702.jpg" } + { id: "1", name: "Antique Vessel", price: "Gallery Piece", imageSrc: "http://img.b2bpic.net/free-photo/two-ancient-kettles-with-empty-wooden-plate-burlap_114579-40135.jpg" }, + { id: "2", name: "Artisanal Glassware", price: "Gallery Piece", imageSrc: "http://img.b2bpic.net/free-photo/elegant-tea-party-arrangement_23-2149045887.jpg" }, + { id: "3", name: "Ornate Frame", price: "Gallery Piece", imageSrc: "http://img.b2bpic.net/free-photo/toy-skeletons-near-board_23-2147905209.jpg" }, + { id: "4", name: "Retro Lighting", price: "Gallery Piece", imageSrc: "http://img.b2bpic.net/free-photo/vintage-antique-ancient-kettle-marble-background_114579-46840.jpg" }, + { id: "5", name: "Brass Artifact", price: "Gallery Piece", imageSrc: "http://img.b2bpic.net/free-photo/classic-teapot-isolated-marble-table_114579-30221.jpg" }, + { id: "6", name: "Rustic Kitchenware", price: "Gallery Piece", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-antique-store_23-2149640702.jpg" } ]} - title="Selected Treasures" - description="A glimpse into the unique pieces you can find across our stalls." + title="Gallery Highlights" + description="A photographic showcase of the unique pieces featured in our displays." />
@@ -148,12 +125,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "f1", title: "Where are you located?", content: "We are located at 93 Mornington-Tyabb Rd, Tyabb VIC 3913." }, - { id: "f2", title: "What are your opening hours?", content: "Monday: 11am-3pm, Tuesday: Closed, Wednesday: Closed, Thursday: 10am-5pm, Friday: 10am-5pm, Saturday: 10am-5pm, Sunday: 10am-5pm." }, - { id: "f3", title: "Can I become a stallholder?", content: "Yes, we welcome inquiries about joining our community of stallholders." } + { id: "f1", title: "Where can I find you?", content: "We are located at 93 Mornington-Tyabb Rd, Tyabb VIC 3913." }, + { id: "f2", title: "What are your visiting hours?", content: "Monday: 11am-3pm, Thursday-Sunday: 10am-5pm." }, + { id: "f3", title: "Do you offer space for exhibits?", content: "We invite inquiries from artists and collectors interested in exhibiting in our spaces." } ]} - title="Frequently Asked Questions" - description="Everything you need to know about visiting The Vintage Shed." + title="Gallery Information" + description="Frequently asked questions about your visit to our space." faqsAnimation="slide-up" />
@@ -163,8 +140,8 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "gradient-bars" }} title="Connect With Us" - description="Have questions or want to become a stallholder? Reach out today." - tag="Get In Touch" + description="Have questions or interested in exhibiting in our gallery? Reach out to us." + tag="Inquiries" />