Merge version_1 into main #1
251
src/app/page.tsx
251
src/app/page.tsx
@@ -29,140 +29,56 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Filijanka"
|
||||
button={{ text: "Contact Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Crafted Elegance in Every Sip"
|
||||
description="Discover our collection of handmade, artisan cups designed to turn every morning coffee into a special ritual."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vase-still-life-baroque-style_23-2149659391.jpg",
|
||||
imageAlt: "Artisan cup collection 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vase-still-life-baroque-style_23-2149659391.jpg", imageAlt: "Artisan cup collection 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-art-coffee-shop-vintage-color-horizontal-frame-selective-focus-idea-screensaver-menu-article-about-coffee_166373-2997.jpg",
|
||||
imageAlt: "Artisan cup collection 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-art-coffee-shop-vintage-color-horizontal-frame-selective-focus-idea-screensaver-menu-article-about-coffee_166373-2997.jpg", imageAlt: "Artisan cup collection 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-caf-shop_23-2147892910.jpg",
|
||||
imageAlt: "Artisan cup collection 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-caf-shop_23-2147892910.jpg", imageAlt: "Artisan cup collection 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192266.jpg",
|
||||
imageAlt: "Artisan cup collection 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192266.jpg", imageAlt: "Artisan cup collection 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-holding-cup-tea-hands_169016-3431.jpg",
|
||||
imageAlt: "Artisan cup collection 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-holding-cup-tea-hands_169016-3431.jpg", imageAlt: "Artisan cup collection 5"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-mugs-hot-drinks-copy-space-new-year-eve-concept_132075-11332.jpg",
|
||||
imageAlt: "Artisan cup collection 6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-mugs-hot-drinks-copy-space-new-year-eve-concept_132075-11332.jpg", imageAlt: "Artisan cup collection 6"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-two-white-clay-vases-table-lights-white_181624-19371.jpg",
|
||||
imageAlt: "Artisan cup collection 7",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-two-white-clay-vases-table-lights-white_181624-19371.jpg", imageAlt: "Artisan cup collection 7"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-with-herbs-tea-desk_23-2148550443.jpg",
|
||||
imageAlt: "Artisan cup collection 8",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-with-herbs-tea-desk_23-2148550443.jpg", imageAlt: "Artisan cup collection 8"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-minimalist-lifestyle_23-2149743926.jpg",
|
||||
imageAlt: "Artisan cup collection 9",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-minimalist-lifestyle_23-2149743926.jpg", imageAlt: "Artisan cup collection 9"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-japanese-bottle-cups-table_23-2149706079.jpg",
|
||||
imageAlt: "Artisan cup collection 10",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-japanese-bottle-cups-table_23-2149706079.jpg", imageAlt: "Artisan cup collection 10"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-hot-beverage_23-2147737672.jpg",
|
||||
imageAlt: "Artisan cup collection 11",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-hot-beverage_23-2147737672.jpg", imageAlt: "Artisan cup collection 11"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-mug-bed_23-2147737676.jpg",
|
||||
imageAlt: "Artisan cup collection 12",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-mug-bed_23-2147737676.jpg", imageAlt: "Artisan cup collection 12"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-table_23-2148251682.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/set-with-white-mug-mockup-mug-with-christmas-decorations-cookie-edge_1153-8337.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-cup_1203-3435.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cup-cappuccino-wooden-table-closeup_169016-30389.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-couple-having-tea_23-2147805609.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Loved by 2,000+ coffee enthusiasts"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/black-coffee-mug-table-decorated-with-new-year-decor-new-year-eve-concept_132075-11326.jpg",
|
||||
alt: "Logo 1",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-white-coffee-cup-wooden-table_53876-31719.jpg",
|
||||
alt: "Logo 2",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/hot-latte-art-coffee-cup-wood-table-coffee-shop_1150-8936.jpg",
|
||||
alt: "Logo 3",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-cozy-room-with-beautiful-handmade-ceramic-cup_169016-3807.jpg",
|
||||
alt: "Logo 4",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-beautiful-christmas-cup-female-hands-blurred-background_169016-14348.jpg",
|
||||
alt: "Logo 5",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -175,23 +91,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Handmade Craftsmanship",
|
||||
description: "Every single cup is shaped by master potters using traditional methods.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-pottery_23-2148643250.jpg",
|
||||
imageAlt: "Craftsmanship",
|
||||
},
|
||||
title: "Handmade Craftsmanship", description: "Every single cup is shaped by master potters using traditional methods.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-pottery_23-2148643250.jpg", imageAlt: "Craftsmanship"},
|
||||
{
|
||||
title: "Sustainable Ethics",
|
||||
description: "We source local clay and minimize waste during our production process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-reusing-objects-creative-ways_23-2149411826.jpg",
|
||||
imageAlt: "Sustainability",
|
||||
},
|
||||
title: "Sustainable Ethics", description: "We source local clay and minimize waste during our production process.", imageSrc: "http://img.b2bpic.net/free-photo/adult-reusing-objects-creative-ways_23-2149411826.jpg", imageAlt: "Sustainability"},
|
||||
{
|
||||
title: "Thoughtful Gifting",
|
||||
description: "Our packaging is as beautiful as our products, perfect for gifts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boxing-day-celebration-with-gift_23-2151116767.jpg",
|
||||
imageAlt: "Packaging",
|
||||
},
|
||||
title: "Thoughtful Gifting", description: "Our packaging is as beautiful as our products, perfect for gifts.", imageSrc: "http://img.b2bpic.net/free-photo/boxing-day-celebration-with-gift_23-2151116767.jpg", imageAlt: "Packaging"},
|
||||
]}
|
||||
title="Why Filijanka?"
|
||||
description="Quality, design, and tradition in every piece we create for your home."
|
||||
@@ -206,65 +110,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Filijanka",
|
||||
name: "Classic White Minimal",
|
||||
price: "$24",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7152.jpg",
|
||||
imageAlt: "Classic White",
|
||||
},
|
||||
id: "1", brand: "Filijanka", name: "Classic White Minimal", price: "$24", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7152.jpg", imageAlt: "Classic White"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Filijanka",
|
||||
name: "Rustic Earth Clay",
|
||||
price: "$28",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-potter-s-hand-pouring-brown-paint-bowl-wooden-table_23-2148155226.jpg",
|
||||
imageAlt: "Rustic Clay",
|
||||
},
|
||||
id: "2", brand: "Filijanka", name: "Rustic Earth Clay", price: "$28", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-potter-s-hand-pouring-brown-paint-bowl-wooden-table_23-2148155226.jpg", imageAlt: "Rustic Clay"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Filijanka",
|
||||
name: "Soft Sky Ceramic",
|
||||
price: "$26",
|
||||
rating: 4,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-cozy-cafe-warms-herself-up-with-cup-hot-coffee_343596-4391.jpg",
|
||||
imageAlt: "Soft Sky",
|
||||
},
|
||||
id: "3", brand: "Filijanka", name: "Soft Sky Ceramic", price: "$26", rating: 4,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/girl-cozy-cafe-warms-herself-up-with-cup-hot-coffee_343596-4391.jpg", imageAlt: "Soft Sky"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Filijanka",
|
||||
name: "Speckled Morning",
|
||||
price: "$30",
|
||||
rating: 5,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-painted-mugs-arrangement_23-2149644951.jpg",
|
||||
imageAlt: "Speckled Morning",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Filijanka",
|
||||
name: "Matte Obsidian",
|
||||
price: "$32",
|
||||
rating: 5,
|
||||
reviewCount: "9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-black-cup-saucer-dark-table_140725-129925.jpg",
|
||||
imageAlt: "Matte Obsidian",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Filijanka",
|
||||
name: "Scandi Grey Mist",
|
||||
price: "$27",
|
||||
rating: 4,
|
||||
reviewCount: "11",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-kitchen-bowls-copy-space_23-2148835287.jpg",
|
||||
imageAlt: "Scandi Grey",
|
||||
},
|
||||
id: "4", brand: "Filijanka", name: "Speckled Morning", price: "$30", rating: 5,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-painted-mugs-arrangement_23-2149644951.jpg", imageAlt: "Speckled Morning"},
|
||||
]}
|
||||
title="Our Collection"
|
||||
description="Select your favorite from our seasonal, limited-run pottery drops."
|
||||
@@ -275,42 +131,18 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
animationType="opacity"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana Marković",
|
||||
role: "Architect",
|
||||
testimonial: "The design is incredible and the texture is so premium.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-drinking-coffee-morning-near-window_1301-5314.jpg",
|
||||
},
|
||||
id: "1", name: "Ana Marković", role: "Architect", testimonial: "The design is incredible and the texture is so premium.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-drinking-coffee-morning-near-window_1301-5314.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marko Petrović",
|
||||
role: "Designer",
|
||||
testimonial: "My morning coffee tastes better in a Filijanka cup.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-with-metallic-mug_23-2148456431.jpg",
|
||||
},
|
||||
id: "2", name: "Marko Petrović", role: "Designer", testimonial: "My morning coffee tastes better in a Filijanka cup.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-with-metallic-mug_23-2148456431.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jelena Ilić",
|
||||
role: "Blogger",
|
||||
testimonial: "Aesthetics and quality, finally in one product.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mutual-creative-work-adult-elegant-couple-casual-clothes-aprons-people-creating-bowl-pottery-wheel-clay-studio_1157-40089.jpg",
|
||||
},
|
||||
id: "3", name: "Jelena Ilić", role: "Blogger", testimonial: "Aesthetics and quality, finally in one product.", imageSrc: "http://img.b2bpic.net/free-photo/mutual-creative-work-adult-elegant-couple-casual-clothes-aprons-people-creating-bowl-pottery-wheel-clay-studio_1157-40089.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Stefan Novaković",
|
||||
role: "Engineer",
|
||||
testimonial: "Solid craftsmanship. Will buy more for the whole family.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-kitchen_23-2147689482.jpg",
|
||||
},
|
||||
id: "4", name: "Stefan Novaković", role: "Engineer", testimonial: "Solid craftsmanship. Will buy more for the whole family.", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-kitchen_23-2147689482.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Marija Živković",
|
||||
role: "Teacher",
|
||||
testimonial: "The best gift I’ve received this year. Beautifully made.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-teenage-girl-holding-coffee-cup_23-2147906553.jpg",
|
||||
},
|
||||
id: "5", name: "Marija Živković", role: "Teacher", testimonial: "The best gift I’ve received this year. Beautifully made.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-teenage-girl-holding-coffee-cup_23-2147906553.jpg"},
|
||||
]}
|
||||
title="Loved by Coffee Lovers"
|
||||
description="See why customers choose Filijanka daily."
|
||||
@@ -321,8 +153,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact"
|
||||
title="Stay Updated with Filijanka"
|
||||
description="Join our newsletter for early access to seasonal pottery drops and studio news."
|
||||
@@ -336,13 +167,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Filijanka"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user