Merge version_1 into main #2
179
src/app/page.tsx
179
src/app/page.tsx
@@ -30,59 +30,39 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Collections",
|
||||
id: "collection",
|
||||
},
|
||||
name: "Collections", id: "collection"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "story",
|
||||
},
|
||||
name: "Our Story", id: "story"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Visit",
|
||||
id: "visit",
|
||||
},
|
||||
name: "Visit", id: "visit"},
|
||||
]}
|
||||
brandName="HOUSTON!"
|
||||
button={{ text: "Shop Now", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Take Home the Spirit of Houston & Texas"
|
||||
description="Refined collections of Texas-inspired gifts, iconic keepsakes, and elevated travel mementos designed to be remembered."
|
||||
tag="Houston Airport Luxury Boutique"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg?_wi=1",
|
||||
imageAlt: "Store interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg", imageAlt: "Store interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-gift-with-label-happy-hanukkah_23-2148716795.jpg?_wi=1",
|
||||
imageAlt: "Houston heritage items",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-gift-with-label-happy-hanukkah_23-2148716795.jpg", imageAlt: "Houston heritage items"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-american-flags-flat-design_23-2147616126.jpg?_wi=1",
|
||||
imageAlt: "Texas longhorn collection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-american-flags-flat-design_23-2147616126.jpg", imageAlt: "Texas longhorn collection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-s-hand-exchanging-valentine-gift_23-2147887916.jpg?_wi=1",
|
||||
imageAlt: "Premium gift wrapping",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-s-hand-exchanging-valentine-gift_23-2147887916.jpg", imageAlt: "Premium gift wrapping"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg?_wi=2",
|
||||
imageAlt: "Store atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg", imageAlt: "Store atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg?_wi=3",
|
||||
imageAlt: "Boutique showcase",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg", imageAlt: "Boutique showcase"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
tagIcon={Sparkles}
|
||||
@@ -96,34 +76,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Best Seller",
|
||||
title: "Houston Heritage Collection",
|
||||
items: [
|
||||
"Skyline inspired pieces",
|
||||
"NASA keepsakes",
|
||||
"Texas spirit collection",
|
||||
],
|
||||
id: "f1", label: "Best Seller", title: "Houston Heritage Collection", items: [
|
||||
"Skyline inspired pieces", "NASA keepsakes", "Texas spirit collection"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Traveler Favorite",
|
||||
title: "Texas Longhorn Series",
|
||||
items: [
|
||||
"Elegant apparel",
|
||||
"Collectible art",
|
||||
"Iconic Texas pride",
|
||||
],
|
||||
id: "f2", label: "Traveler Favorite", title: "Texas Longhorn Series", items: [
|
||||
"Elegant apparel", "Collectible art", "Iconic Texas pride"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Fast Pickup",
|
||||
title: "Last-Minute Luxury",
|
||||
items: [
|
||||
"Airport-ready packaging",
|
||||
"Curated souvenir sets",
|
||||
"Pre-flight convenience",
|
||||
],
|
||||
id: "f3", label: "Fast Pickup", title: "Last-Minute Luxury", items: [
|
||||
"Airport-ready packaging", "Curated souvenir sets", "Pre-flight convenience"],
|
||||
},
|
||||
]}
|
||||
title="Featured Collections"
|
||||
@@ -136,14 +98,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Designed to make waiting feel like part of the journey.",
|
||||
},
|
||||
type: "text", content: "Designed to make waiting feel like part of the journey."},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg",
|
||||
alt: "Story background",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg", alt: "Story background"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,60 +111,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Jose T.",
|
||||
date: "2023",
|
||||
title: "Traveler",
|
||||
quote: "An amazing array of Houston and Texas souvenirs. The perfect place to take a little something home.",
|
||||
tag: "Gift seeker",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-portrait-stylish-smiling-happy-blond-woman-walking-street-blue-shirt_285396-1616.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg?_wi=4",
|
||||
imageAlt: "luxury store airport interior",
|
||||
},
|
||||
id: "t1", name: "Jose T.", date: "2023", title: "Traveler", quote: "An amazing array of Houston and Texas souvenirs. The perfect place to take a little something home.", tag: "Gift seeker", avatarSrc: "http://img.b2bpic.net/free-photo/positive-portrait-stylish-smiling-happy-blond-woman-walking-street-blue-shirt_285396-1616.jpg", imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg", imageAlt: "luxury store airport interior"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Candida G.",
|
||||
date: "2023",
|
||||
title: "Traveler",
|
||||
quote: "Lots of great souvenirs and beautifully presented pieces you actually want to keep forever.",
|
||||
tag: "Visitor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-white-shirt-isolated-white-background_1303-13183.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-gift-with-label-happy-hanukkah_23-2148716795.jpg?_wi=2",
|
||||
imageAlt: "texas souvenir gift collection",
|
||||
},
|
||||
id: "t2", name: "Candida G.", date: "2023", title: "Traveler", quote: "Lots of great souvenirs and beautifully presented pieces you actually want to keep forever.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-white-shirt-isolated-white-background_1303-13183.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-gift-with-label-happy-hanukkah_23-2148716795.jpg", imageAlt: "texas souvenir gift collection"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Martin K.",
|
||||
date: "2023",
|
||||
title: "Traveler",
|
||||
quote: "Friendly staff and a space that invites you to stroll in while waiting for your flight.",
|
||||
tag: "Local",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-older-man-city_23-2148991045.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-american-flags-flat-design_23-2147616126.jpg?_wi=2",
|
||||
imageAlt: "texas longhorn elegant apparel",
|
||||
},
|
||||
id: "t3", name: "Martin K.", date: "2023", title: "Traveler", quote: "Friendly staff and a space that invites you to stroll in while waiting for your flight.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-older-man-city_23-2148991045.jpg", imageSrc: "http://img.b2bpic.net/free-vector/vintage-american-flags-flat-design_23-2147616126.jpg", imageAlt: "texas longhorn elegant apparel"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Alex R.",
|
||||
date: "2023",
|
||||
title: "Traveler",
|
||||
quote: "Sophisticated, warm, and convenient. A must-visit at IAH.",
|
||||
tag: "Frequent flyer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/tourist-man-backpacker-suitcase-travel-train-station_231208-12240.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-s-hand-exchanging-valentine-gift_23-2147887916.jpg?_wi=2",
|
||||
imageAlt: "luxury airport gift wrapping",
|
||||
},
|
||||
id: "t4", name: "Alex R.", date: "2023", title: "Traveler", quote: "Sophisticated, warm, and convenient. A must-visit at IAH.", tag: "Frequent flyer", avatarSrc: "http://img.b2bpic.net/free-photo/tourist-man-backpacker-suitcase-travel-train-station_231208-12240.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-s-hand-exchanging-valentine-gift_23-2147887916.jpg", imageAlt: "luxury airport gift wrapping"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sarah W.",
|
||||
date: "2024",
|
||||
title: "Frequent Flyer",
|
||||
quote: "The packaging is so elegant, it makes the perfect last-minute gift for anyone.",
|
||||
tag: "Repeat Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-white-shirt-isolated-white-background_1303-13183.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-portrait-stylish-smiling-happy-blond-woman-walking-street-blue-shirt_285396-1616.jpg",
|
||||
imageAlt: "professional headshot business person",
|
||||
},
|
||||
id: "t5", name: "Sarah W.", date: "2024", title: "Frequent Flyer", quote: "The packaging is so elegant, it makes the perfect last-minute gift for anyone.", tag: "Repeat Customer", avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-white-shirt-isolated-white-background_1303-13183.jpg", imageSrc: "http://img.b2bpic.net/free-photo/positive-portrait-stylish-smiling-happy-blond-woman-walking-street-blue-shirt_285396-1616.jpg", imageAlt: "professional headshot business person"},
|
||||
]}
|
||||
title="What Travelers Say"
|
||||
description="Hear from those who've experienced our boutique."
|
||||
@@ -222,19 +134,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Globe,
|
||||
label: "Annual Passengers Served",
|
||||
value: "1.2M+",
|
||||
},
|
||||
label: "Annual Passengers Served", value: "1.2M+"},
|
||||
{
|
||||
icon: Gift,
|
||||
label: "Local Artisans Supported",
|
||||
value: "50+",
|
||||
},
|
||||
label: "Local Artisans Supported", value: "50+"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Airport Locations",
|
||||
value: "3",
|
||||
},
|
||||
label: "Airport Locations", value: "3"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -243,38 +149,25 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Visit",
|
||||
items: [
|
||||
title: "Visit", items: [
|
||||
{
|
||||
label: "Intercontinental Airport",
|
||||
href: "#",
|
||||
},
|
||||
label: "Intercontinental Airport", href: "#"},
|
||||
{
|
||||
label: "Terminal Shopping Area",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terminal Shopping Area", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "hello@houstonsouvenirs.com",
|
||||
href: "mailto:hello@houstonsouvenirs.com",
|
||||
},
|
||||
label: "hello@houstonsouvenirs.com", href: "mailto:hello@houstonsouvenirs.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms & Conditions", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user