Merge version_1 into main #2
267
src/app/page.tsx
267
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collection", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Ingoday"
|
||||
/>
|
||||
@@ -53,113 +45,35 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Ingoday: Artisanal Floral Design"
|
||||
description="Crafting beauty through nature's finest petals. We curate unique arrangements for your special moments."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g3ef4c724dc2574f809ad24d79dac61544848b8caa4255855e26b3f24c5a94b356a356ffd985323a7f6c791535af325b40667d672acc408b0cdf41633862422d0_1280.jpg?_wi=1",
|
||||
imageAlt: "Flowers",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g3ea1ef19149fe33646698d25041196156cafe124415517589a6c5cadab0539c65fb7c30ec95ba7f73089e72008e8fec2e6b87503609e098d95d1fffa02e6bdbf_1280.png?_wi=1",
|
||||
imageAlt: "Studio",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g3ef4c724dc2574f809ad24d79dac61544848b8caa4255855e26b3f24c5a94b356a356ffd985323a7f6c791535af325b40667d672acc408b0cdf41633862422d0_1280.jpg?_wi=2",
|
||||
imageAlt: "Flowers",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g3ea1ef19149fe33646698d25041196156cafe124415517589a6c5cadab0539c65fb7c30ec95ba7f73089e72008e8fec2e6b87503609e098d95d1fffa02e6bdbf_1280.png?_wi=2",
|
||||
imageAlt: "Studio",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g3ef4c724dc2574f809ad24d79dac61544848b8caa4255855e26b3f24c5a94b356a356ffd985323a7f6c791535af325b40667d672acc408b0cdf41633862422d0_1280.jpg?_wi=3",
|
||||
imageAlt: "Flowers",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g3ea1ef19149fe33646698d25041196156cafe124415517589a6c5cadab0539c65fb7c30ec95ba7f73089e72008e8fec2e6b87503609e098d95d1fffa02e6bdbf_1280.png?_wi=3",
|
||||
imageAlt: "Studio",
|
||||
},
|
||||
{ imageSrc: "https://pixabay.com/get/g3ef4c724dc2574f809ad24d79dac61544848b8caa4255855e26b3f24c5a94b356a356ffd985323a7f6c791535af325b40667d672acc408b0cdf41633862422d0_1280.jpg", imageAlt: "Flowers" },
|
||||
{ imageSrc: "https://pixabay.com/get/g3ea1ef19149fe33646698d25041196156cafe124415517589a6c5cadab0539c65fb7c30ec95ba7f73089e72008e8fec2e6b87503609e098d95d1fffa02e6bdbf_1280.png", imageAlt: "Studio" },
|
||||
{ imageSrc: "https://pixabay.com/get/g3ef4c724dc2574f809ad24d79dac61544848b8caa4255855e26b3f24c5a94b356a356ffd985323a7f6c791535af325b40667d672acc408b0cdf41633862422d0_1280.jpg", imageAlt: "Flowers" },
|
||||
{ imageSrc: "https://pixabay.com/get/g3ea1ef19149fe33646698d25041196156cafe124415517589a6c5cadab0539c65fb7c30ec95ba7f73089e72008e8fec2e6b87503609e098d95d1fffa02e6bdbf_1280.png", imageAlt: "Studio" },
|
||||
{ imageSrc: "https://pixabay.com/get/g3ef4c724dc2574f809ad24d79dac61544848b8caa4255855e26b3f24c5a94b356a356ffd985323a7f6c791535af325b40667d672acc408b0cdf41633862422d0_1280.jpg", imageAlt: "Flowers" },
|
||||
{ imageSrc: "https://pixabay.com/get/g3ea1ef19149fe33646698d25041196156cafe124415517589a6c5cadab0539c65fb7c30ec95ba7f73089e72008e8fec2e6b87503609e098d95d1fffa02e6bdbf_1280.png", imageAlt: "Studio" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g3ea1ef19149fe33646698d25041196156cafe124415517589a6c5cadab0539c65fb7c30ec95ba7f73089e72008e8fec2e6b87503609e098d95d1fffa02e6bdbf_1280.png?_wi=4",
|
||||
imageAlt: "Flowers",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g3ef4c724dc2574f809ad24d79dac61544848b8caa4255855e26b3f24c5a94b356a356ffd985323a7f6c791535af325b40667d672acc408b0cdf41633862422d0_1280.jpg?_wi=4",
|
||||
imageAlt: "Studio",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g3ea1ef19149fe33646698d25041196156cafe124415517589a6c5cadab0539c65fb7c30ec95ba7f73089e72008e8fec2e6b87503609e098d95d1fffa02e6bdbf_1280.png?_wi=5",
|
||||
imageAlt: "Flowers",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g3ef4c724dc2574f809ad24d79dac61544848b8caa4255855e26b3f24c5a94b356a356ffd985323a7f6c791535af325b40667d672acc408b0cdf41633862422d0_1280.jpg?_wi=5",
|
||||
imageAlt: "Studio",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g3ea1ef19149fe33646698d25041196156cafe124415517589a6c5cadab0539c65fb7c30ec95ba7f73089e72008e8fec2e6b87503609e098d95d1fffa02e6bdbf_1280.png?_wi=6",
|
||||
imageAlt: "Flowers",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g3ef4c724dc2574f809ad24d79dac61544848b8caa4255855e26b3f24c5a94b356a356ffd985323a7f6c791535af325b40667d672acc408b0cdf41633862422d0_1280.jpg?_wi=6",
|
||||
imageAlt: "Studio",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Collection",
|
||||
href: "#products",
|
||||
},
|
||||
{ imageSrc: "https://pixabay.com/get/g3ea1ef19149fe33646698d25041196156cafe124415517589a6c5cadab0539c65fb7c30ec95ba7f73089e72008e8fec2e6b87503609e098d95d1fffa02e6bdbf_1280.png", imageAlt: "Flowers" },
|
||||
{ imageSrc: "https://pixabay.com/get/g3ef4c724dc2574f809ad24d79dac61544848b8caa4255855e26b3f24c5a94b356a356ffd985323a7f6c791535af325b40667d672acc408b0cdf41633862422d0_1280.jpg", imageAlt: "Studio" },
|
||||
{ imageSrc: "https://pixabay.com/get/g3ea1ef19149fe33646698d25041196156cafe124415517589a6c5cadab0539c65fb7c30ec95ba7f73089e72008e8fec2e6b87503609e098d95d1fffa02e6bdbf_1280.png", imageAlt: "Flowers" },
|
||||
{ imageSrc: "https://pixabay.com/get/g3ef4c724dc2574f809ad24d79dac61544848b8caa4255855e26b3f24c5a94b356a356ffd985323a7f6c791535af325b40667d672acc408b0cdf41633862422d0_1280.jpg", imageAlt: "Studio" },
|
||||
{ imageSrc: "https://pixabay.com/get/g3ea1ef19149fe33646698d25041196156cafe124415517589a6c5cadab0539c65fb7c30ec95ba7f73089e72008e8fec2e6b87503609e098d95d1fffa02e6bdbf_1280.png", imageAlt: "Flowers" },
|
||||
{ imageSrc: "https://pixabay.com/get/g3ef4c724dc2574f809ad24d79dac61544848b8caa4255855e26b3f24c5a94b356a356ffd985323a7f6c791535af325b40667d672acc408b0cdf41633862422d0_1280.jpg", imageAlt: "Studio" },
|
||||
]}
|
||||
buttons={[{ text: "View Collection", href: "#products" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://pixabay.com/get/g8c1358071148e5b035caad4f0056196893fe2ecb04b37d6f8297182d0c18903af1d6534cf358215a9f2edf3f5690cad4d12cc13653f1b918f2630fa28b975ee5_1280.jpg",
|
||||
alt: "Alice M.",
|
||||
},
|
||||
{
|
||||
src: "https://pixabay.com/get/g7099a54d16a61cb607b26cac527c80ef1428510da10a3df68703999b2158724da1b48138bc5b275588173b2a54d7a6898419d48f80a24ab559347a053f392fc0_1280.jpg",
|
||||
alt: "John D.",
|
||||
},
|
||||
{
|
||||
src: "https://pixabay.com/get/g38e7a1d778a5fcad14f49ab7bb99d4854387ceda70105d4611b9bab939bb14f82fd19e6413e182153528a41192bf3f6eba1c03fc67279809682278d92a5cac96_1280.jpg",
|
||||
alt: "Sarah L.",
|
||||
},
|
||||
{
|
||||
src: "https://pixabay.com/get/gd8e64f19c4a393fee6a25ae84fd59fd2cedf04e3322ce04b3df20adc871fabd701e2fc68fd285d507d81f486edba8159a70c9479486156563661209132745b84_1280.jpg",
|
||||
alt: "Mark R.",
|
||||
},
|
||||
{
|
||||
src: "https://pixabay.com/get/g3ef4c724dc2574f809ad24d79dac61544848b8caa4255855e26b3f24c5a94b356a356ffd985323a7f6c791535af325b40667d672acc408b0cdf41633862422d0_1280.jpg",
|
||||
alt: "Team Member",
|
||||
},
|
||||
{ src: "https://pixabay.com/get/g8c1358071148e5b035caad4f0056196893fe2ecb04b37d6f8297182d0c18903af1d6534cf358215a9f2edf3f5690cad4d12cc13653f1b918f2630fa28b975ee5_1280.jpg", alt: "Alice M." },
|
||||
{ src: "https://pixabay.com/get/g7099a54d16a61cb607b26cac527c80ef1428510da10a3df68703999b2158724da1b48138bc5b275588173b2a54d7a6898419d48f80a24ab559347a053f392fc0_1280.jpg", alt: "John D." },
|
||||
{ src: "https://pixabay.com/get/g38e7a1d778a5fcad14f49ab7bb99d4854387ceda70105d4611b9bab939bb14f82fd19e6413e182153528a41192bf3f6eba1c03fc67279809682278d92a5cac96_1280.jpg", alt: "Sarah L." },
|
||||
{ src: "https://pixabay.com/get/gd8e64f19c4a393fee6a25ae84fd59fd2cedf04e3322ce04b3df20adc871fabd701e2fc68fd285d507d81f486edba8159a70c9479486156563661209132745b84_1280.jpg", alt: "Mark R." },
|
||||
{ src: "https://pixabay.com/get/g3ef4c724dc2574f809ad24d79dac61544848b8caa4255855e26b3f24c5a94b356a356ffd985323a7f6c791535af325b40667d672acc408b0cdf41633862422d0_1280.jpg", alt: "Team Member" },
|
||||
]}
|
||||
avatarText="Trusted by 1800+ happy clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisanal",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hand-tied",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Seasonal",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Boutique",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[{ type: "text", text: "Artisanal" }, { type: "text", text: "Sustainable" }, { type: "text", text: "Hand-tied" }, { type: "text", text: "Seasonal" }, { type: "text", text: "Boutique" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -168,21 +82,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Nature-Inspired Craftsmanship"
|
||||
metrics={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Arrangements Crafted",
|
||||
value: "2500+",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Floral Awards",
|
||||
value: "12",
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Happy Clients",
|
||||
value: "1800+",
|
||||
},
|
||||
{ icon: Sparkles, label: "Arrangements Crafted", value: "2500+" },
|
||||
{ icon: Award, label: "Floral Awards", value: "12" },
|
||||
{ icon: Star, label: "Happy Clients", value: "1800+" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -195,27 +97,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Peony Grace",
|
||||
price: "$85",
|
||||
imageSrc: "https://pixabay.com/get/g0d00fe188547cd8b266dbd2f76d6510ba9e73fc6f67c58d1b18def2e04867a1f163a580d9ee6dd2cf2b6e24c40606fd707430a343723e2ac7901ada14e514dec_1280.jpg",
|
||||
imageAlt: "Peony",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Wild Garden",
|
||||
price: "$65",
|
||||
imageSrc: "https://pixabay.com/get/g6a3a945db25195a5dd9a9310b28907a65dfd9556a0a41df5e00eb7c50fabba68e505059cd29018c649f819e299db1e08a058196651924bf961d9b8cf7fad5c7c_1280.jpg",
|
||||
imageAlt: "Garden",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Royal Rose",
|
||||
price: "$120",
|
||||
imageSrc: "https://pixabay.com/get/g367f5df99aa6738d35e43571c5dadfe9f4f86353eb7fbfdaf41a069603c230f2ed46a450e940a80e484cb15aa9b8e0ab0e0d6784eedb3804944159624a9cc4ad_1280.jpg",
|
||||
imageAlt: "Rose",
|
||||
},
|
||||
{ id: "p1", name: "Peony Grace", price: "$85", imageSrc: "https://pixabay.com/get/g0d00fe188547cd8b266dbd2f76d6510ba9e73fc6f67c58d1b18def2e04867a1f163a580d9ee6dd2cf2b6e24c40606fd707430a343723e2ac7901ada14e514dec_1280.jpg", imageAlt: "Peony" },
|
||||
{ id: "p2", name: "Wild Garden", price: "$65", imageSrc: "https://pixabay.com/get/g6a3a945db25195a5dd9a9310b28907a65dfd9556a0a41df5e00eb7c50fabba68e505059cd29018c649f819e299db1e08a058196651924bf961d9b8cf7fad5c7c_1280.jpg", imageAlt: "Garden" },
|
||||
{ id: "p3", name: "Royal Rose", price: "$120", imageSrc: "https://pixabay.com/get/g367f5df99aa6738d35e43571c5dadfe9f4f86353eb7fbfdaf41a069603c230f2ed46a450e940a80e484cb15aa9b8e0ab0e0d6784eedb3804944159624a9cc4ad_1280.jpg", imageAlt: "Rose" },
|
||||
]}
|
||||
title="Seasonal Collections"
|
||||
description="Hand-picked, seasonal blooms designed for elegance."
|
||||
@@ -224,49 +108,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
description="Hear from our happy clients about their experience with Ingoday."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice M.",
|
||||
handle: "@alicem",
|
||||
testimonial: "Ingoday flowers are always fresh and beautifully arranged.",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g8c1358071148e5b035caad4f0056196893fe2ecb04b37d6f8297182d0c18903af1d6534cf358215a9f2edf3f5690cad4d12cc13653f1b918f2630fa28b975ee5_1280.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "John D.",
|
||||
handle: "@johnd",
|
||||
testimonial: "The perfect florist for our wedding. Simply stunning work.",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g7099a54d16a61cb607b26cac527c80ef1428510da10a3df68703999b2158724da1b48138bc5b275588173b2a54d7a6898419d48f80a24ab559347a053f392fc0_1280.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah L.",
|
||||
handle: "@sarahl",
|
||||
testimonial: "Best studio in the city. Truly artistic and unique designs.",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g38e7a1d778a5fcad14f49ab7bb99d4854387ceda70105d4611b9bab939bb14f82fd19e6413e182153528a41192bf3f6eba1c03fc67279809682278d92a5cac96_1280.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark R.",
|
||||
handle: "@markr",
|
||||
testimonial: "Exquisite service and incredibly fast delivery.",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/gd8e64f19c4a393fee6a25ae84fd59fd2cedf04e3322ce04b3df20adc871fabd701e2fc68fd285d507d81f486edba8159a70c9479486156563661209132745b84_1280.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena V.",
|
||||
handle: "@elenav",
|
||||
testimonial: "A beautiful experience from start to finish.",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g8c1358071148e5b035caad4f0056196893fe2ecb04b37d6f8297182d0c18903af1d6534cf358215a9f2edf3f5690cad4d12cc13653f1b918f2630fa28b975ee5_1280.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", name: "Alice M.", handle: "@alicem", testimonial: "Ingoday flowers are always fresh and beautifully arranged.", rating: 5, imageSrc: "https://pixabay.com/get/g8c1358071148e5b035caad4f0056196893fe2ecb04b37d6f8297182d0c18903af1d6534cf358215a9f2edf3f5690cad4d12cc13653f1b918f2630fa28b975ee5_1280.jpg" },
|
||||
{ id: "2", name: "John D.", handle: "@johnd", testimonial: "The perfect florist for our wedding. Simply stunning work.", rating: 5, imageSrc: "https://pixabay.com/get/g7099a54d16a61cb607b26cac527c80ef1428510da10a3df68703999b2158724da1b48138bc5b275588173b2a54d7a6898419d48f80a24ab559347a053f392fc0_1280.jpg" },
|
||||
{ id: "3", name: "Sarah L.", handle: "@sarahl", testimonial: "Best studio in the city. Truly artistic and unique designs.", rating: 5, imageSrc: "https://pixabay.com/get/g38e7a1d778a5fcad14f49ab7bb99d4854387ceda70105d4611b9bab939bb14f82fd19e6413e182153528a41192bf3f6eba1c03fc67279809682278d92a5cac96_1280.jpg" },
|
||||
{ id: "4", name: "Mark R.", handle: "@markr", testimonial: "Exquisite service and incredibly fast delivery.", rating: 5, imageSrc: "https://pixabay.com/get/gd8e64f19c4a393fee6a25ae84fd59fd2cedf04e3322ce04b3df20adc871fabd701e2fc68fd285d507d81f486edba8159a70c9479486156563661209132745b84_1280.jpg" },
|
||||
{ id: "5", name: "Elena V.", handle: "@elenav", testimonial: "A beautiful experience from start to finish.", rating: 5, imageSrc: "https://pixabay.com/get/g8c1358071148e5b035caad4f0056196893fe2ecb04b37d6f8297182d0c18903af1d6534cf358215a9f2edf3f5690cad4d12cc13653f1b918f2630fa28b975ee5_1280.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Loved by Our Community"
|
||||
@@ -279,24 +130,10 @@ export default function LandingPage() {
|
||||
title="Get in Touch"
|
||||
description="Ready to bring flowers into your life? Contact us today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your request",
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Your request", required: true }}
|
||||
imageSrc="https://pixabay.com/get/ga40b767955b1a01bc3f52653522cdbc84fcb9591390b6b0699ea1060ca4d87a377dd814b3bd771805781cee6b7d07ebc92275857fab7cc7f44e3502da4334d9b_1280.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -306,30 +143,10 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "About Ingoday",
|
||||
items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Collections",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
title: "About Ingoday", items: [{ label: "Our Story", href: "#about" }, { label: "Collections", href: "#products" }],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Support", items: [{ label: "Contact Us", href: "#contact" }, { label: "FAQ", href: "#" }],
|
||||
},
|
||||
]}
|
||||
logoText="Ingoday"
|
||||
|
||||
Reference in New Issue
Block a user