Update src/app/page.tsx
This commit is contained in:
119
src/app/page.tsx
119
src/app/page.tsx
@@ -28,21 +28,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Arrangements",
|
||||
id: "products",
|
||||
},
|
||||
name: "Arrangements", id: "products"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
]}
|
||||
brandName="Oleg Flowers"
|
||||
/>
|
||||
@@ -51,15 +43,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Artistry in Every Petal"
|
||||
description="Flowers Studio Oleg brings bespoke floral arrangements to life, crafted with passion and elegance for your most special moments."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Collection", href: "#products"},
|
||||
]}
|
||||
imageSrc="https://pixabay.com/get/gef16d898bafe21a6d514d9ee1d41a3469daeffd85bb3ef643d246f602c8a4a4de39b745c0cb2234f49cf9277de39ddf2d9208bbdec2f1a524caa5894fe42d138_1280.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -72,9 +61,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Floral Philosophy"
|
||||
description={[
|
||||
"Founded by Oleg, our studio believes flowers are nature's language. We curate fresh, seasonal blooms to create arrangements that speak from the heart.",
|
||||
"Every bouquet is a unique piece of art, meticulously designed to elevate your space and celebrate life's beauty.",
|
||||
]}
|
||||
"Founded by Oleg, our studio believes flowers are nature's language. We curate fresh, seasonal blooms to create arrangements that speak from the heart.", "Every bouquet is a unique piece of art, meticulously designed to elevate your space and celebrate life's beauty."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -86,26 +73,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Ethereal White Roses",
|
||||
price: "$120",
|
||||
imageSrc: "https://pixabay.com/get/gbbdce59b2749d825e79848475f6975c72425f84dcaa5222e1d8dce012c02822156a41f5ad7b83118aa8a5b986b1685c6bbfed23d7f3352b4fcc0b85c46a098e7_1280.jpg",
|
||||
imageAlt: "Luxury white rose bouquet",
|
||||
},
|
||||
id: "p1", name: "Ethereal White Roses", price: "$120", imageSrc: "https://pixabay.com/get/gbbdce59b2749d825e79848475f6975c72425f84dcaa5222e1d8dce012c02822156a41f5ad7b83118aa8a5b986b1685c6bbfed23d7f3352b4fcc0b85c46a098e7_1280.jpg", imageAlt: "Luxury white rose bouquet"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Rustic Warmth Bouquet",
|
||||
price: "$85",
|
||||
imageSrc: "https://pixabay.com/get/gf6dc1a2e752238e341b28fee246c5bcb3a3c4e0763f9b2441a2936667df406e592bc13eca08ed483448f148dbf6782d86d2cbb042dcb77e36ff8f35703f6e71e_1280.jpg",
|
||||
imageAlt: "Vibrant sunflower and rustic floral arrangement",
|
||||
},
|
||||
id: "p2", name: "Rustic Warmth Bouquet", price: "$85", imageSrc: "https://pixabay.com/get/gf6dc1a2e752238e341b28fee246c5bcb3a3c4e0763f9b2441a2936667df406e592bc13eca08ed483448f148dbf6782d86d2cbb042dcb77e36ff8f35703f6e71e_1280.jpg", imageAlt: "Vibrant sunflower and rustic floral arrangement"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Modern Orchid Grace",
|
||||
price: "$150",
|
||||
imageSrc: "https://pixabay.com/get/gdfa5a5fb8d69b9badae3793ef5314a4e25980abf0be74b4445b79b928585579606273a2db7cb097f2d101880a14f16e6876546c9b41f186208747d84c640b205_1280.jpg",
|
||||
imageAlt: "Sophisticated modern orchid centerpiece",
|
||||
},
|
||||
id: "p3", name: "Modern Orchid Grace", price: "$150", imageSrc: "https://pixabay.com/get/gdfa5a5fb8d69b9badae3793ef5314a4e25980abf0be74b4445b79b928585579606273a2db7cb097f2d101880a14f16e6876546c9b41f186208747d84c640b205_1280.jpg", imageAlt: "Sophisticated modern orchid centerpiece"},
|
||||
]}
|
||||
title="Signature Arrangements"
|
||||
description="Discover our collection of handcrafted floral designs."
|
||||
@@ -114,55 +86,30 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena M.",
|
||||
role: "Wedding Client",
|
||||
company: "Oleg Flowers Fan",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g6a18a6a1c9b0ff9e0aa20bd18f34c8f8a19fe87e4377f061ccf8ea5c4d88db65a1d30a7e02e1a664a634b1ecf0ef908efc49ff0feeef7a4c33cf759debe3c269_1280.jpg",
|
||||
},
|
||||
id: "1", name: "Elena M.", role: "Wedding Client", company: "Oleg Flowers Fan", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g6a18a6a1c9b0ff9e0aa20bd18f34c8f8a19fe87e4377f061ccf8ea5c4d88db65a1d30a7e02e1a664a634b1ecf0ef908efc49ff0feeef7a4c33cf759debe3c269_1280.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Regular Customer",
|
||||
company: "Local Business",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/gb0a5e41913951a72d26673e632d6fa921e388ee9be0371e1f0091af8a26753511a5c4e16164d64eca6e2ab016a587451f7028b310380addcea5bf99e7e72f771_1280.jpg",
|
||||
},
|
||||
id: "2", name: "Mark D.", role: "Regular Customer", company: "Local Business", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/gb0a5e41913951a72d26673e632d6fa921e388ee9be0371e1f0091af8a26753511a5c4e16164d64eca6e2ab016a587451f7028b310380addcea5bf99e7e72f771_1280.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sofia K.",
|
||||
role: "Events Manager",
|
||||
company: "Luxury Hotel",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/gd49f192d629f36471a7836d66c4c08a3d5b04aa72ca6d9a1190ad540ff139354b28ee567e37e21f32e1febc35cbfdd4da0efac1a3d65608acc35acb07d6e6f7f_1280.png",
|
||||
},
|
||||
id: "3", name: "Sofia K.", role: "Events Manager", company: "Luxury Hotel", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/gd49f192d629f36471a7836d66c4c08a3d5b04aa72ca6d9a1190ad540ff139354b28ee567e37e21f32e1febc35cbfdd4da0efac1a3d65608acc35acb07d6e6f7f_1280.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alex P.",
|
||||
role: "Gift Giver",
|
||||
company: "Satisfied Patron",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/gbee7b93f1d54208620941f7228f71f0d0adb117eec350c3d09124d1bc43127d084e23fe24929b520e4a428935dc495657c0b52347b1f72e088bc681b3e2a8c61_1280.jpg",
|
||||
},
|
||||
id: "4", name: "Alex P.", role: "Gift Giver", company: "Satisfied Patron", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/gbee7b93f1d54208620941f7228f71f0d0adb117eec350c3d09124d1bc43127d084e23fe24929b520e4a428935dc495657c0b52347b1f72e088bc681b3e2a8c61_1280.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "500+",
|
||||
label: "Bouquets Designed",
|
||||
},
|
||||
value: "500+", label: "Bouquets Designed"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Freshness Guaranteed",
|
||||
},
|
||||
value: "100%", label: "Freshness Guaranteed"},
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Customer Rating",
|
||||
},
|
||||
value: "4.9/5", label: "Customer Rating"},
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="Hear what our beloved clients say about our artisanal arrangements."
|
||||
@@ -174,29 +121,19 @@ export default function LandingPage() {
|
||||
logoText="Oleg Flowers"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Arrangements",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Arrangements", href: "#products"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user