Update src/app/page.tsx
This commit is contained in:
@@ -37,8 +37,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "contact"
|
||||
text: "Book Now", href: "contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -86,25 +85,13 @@ export default function HomePage() {
|
||||
tagIcon={Sparkles}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Romantic Rose Garden",
|
||||
price: "$75",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/vase-flower_74190-1525.jpg",
|
||||
imageAlt: "Romantic rose garden bouquet"
|
||||
id: "1", name: "Romantic Rose Garden", price: "$75", imageSrc: "https://img.b2bpic.net/free-photo/vase-flower_74190-1525.jpg", imageAlt: "Romantic rose garden bouquet"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Seasonal Mixed Harmony",
|
||||
price: "$65",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/flowers-from-home-garden-vase-white-background_169016-36807.jpg",
|
||||
imageAlt: "Seasonal mixed flower arrangement"
|
||||
id: "2", name: "Seasonal Mixed Harmony", price: "$65", imageSrc: "https://img.b2bpic.net/free-photo/flowers-from-home-garden-vase-white-background_169016-36807.jpg", imageAlt: "Seasonal mixed flower arrangement"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Modern Minimalist",
|
||||
price: "$55",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/delicate-bouquet-spring-flowers-vase-windowsill_169016-28349.jpg",
|
||||
imageAlt: "Modern minimalist flower arrangement"
|
||||
id: "3", name: "Modern Minimalist", price: "$55", imageSrc: "https://img.b2bpic.net/free-photo/delicate-bouquet-spring-flowers-vase-windowsill_169016-28349.jpg", imageAlt: "Modern minimalist flower arrangement"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -124,33 +111,27 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Premium Quality Flowers",
|
||||
description: "We source only the freshest, most vibrant flowers from trusted growers to ensure longevity and beauty."
|
||||
title: "Premium Quality Flowers", description: "We source only the freshest, most vibrant flowers from trusted growers to ensure longevity and beauty."
|
||||
},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Custom Arrangements",
|
||||
description: "Work with our expert florists to create bespoke arrangements that perfectly match your vision and style."
|
||||
title: "Custom Arrangements", description: "Work with our expert florists to create bespoke arrangements that perfectly match your vision and style."
|
||||
},
|
||||
{
|
||||
icon: Truck,
|
||||
title: "Fast Delivery",
|
||||
description: "Same-day delivery available for orders placed before 2 PM. We ensure your arrangements arrive fresh and pristine."
|
||||
title: "Fast Delivery", description: "Same-day delivery available for orders placed before 2 PM. We ensure your arrangements arrive fresh and pristine."
|
||||
},
|
||||
{
|
||||
icon: Gift,
|
||||
title: "Event Planning",
|
||||
description: "From intimate gatherings to grand celebrations, we provide comprehensive floral design for all occasions."
|
||||
title: "Event Planning", description: "From intimate gatherings to grand celebrations, we provide comprehensive floral design for all occasions."
|
||||
},
|
||||
{
|
||||
icon: Package,
|
||||
title: "Subscription Service",
|
||||
description: "Get fresh flowers delivered to your door weekly. Perfect for homes and offices seeking continuous beauty."
|
||||
title: "Subscription Service", description: "Get fresh flowers delivered to your door weekly. Perfect for homes and offices seeking continuous beauty."
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Seasonal Specials",
|
||||
description: "Enjoy exclusive seasonal collections and limited-edition arrangements throughout the year."
|
||||
title: "Seasonal Specials", description: "Enjoy exclusive seasonal collections and limited-edition arrangements throughout the year."
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -172,6 +153,8 @@ export default function HomePage() {
|
||||
{ src: "https://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg", alt: "Michael Davis" }
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -194,24 +177,21 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Our Services", href: "features" },
|
||||
{ label: "Collections", href: "products" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "contact" },
|
||||
{ label: "FAQ", href: "https://example.com/faq" },
|
||||
{ label: "Delivery Info", href: "https://example.com/delivery" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com/kiorok" },
|
||||
{ label: "Facebook", href: "https://facebook.com/kiorok" },
|
||||
{ label: "Newsletter", href: "https://example.com/newsletter" }
|
||||
|
||||
Reference in New Issue
Block a user