Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-02-12 14:21:26 +00:00
2 changed files with 20 additions and 51 deletions

View File

@@ -5,33 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const sourceSans3 = Source_Sans_3({ const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3", variable: "--font-source-sans-3", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Kiorok Flowers Studio | Premium Floral Arrangements", title: "Kiorok Flowers Studio | Premium Floral Arrangements", description: "Handcrafted floral arrangements for weddings, events, and corporate celebrations. Same-day delivery available. Discover Kiorok's premium collections today.", keywords: ["florist", "flowers", "floral arrangements", "bouquets", "wedding flowers", "event flowers", "flower delivery"],
description: "Handcrafted floral arrangements for weddings, events, and corporate celebrations. Same-day delivery available. Discover Kiorok's premium collections today.",
keywords: ["florist", "flowers", "floral arrangements", "bouquets", "wedding flowers", "event flowers", "flower delivery"],
robots: { robots: {
index: true, index: true,
follow: true, follow: true,
}, },
openGraph: { openGraph: {
title: "Kiorok Flowers Studio - Premium Floral Design", title: "Kiorok Flowers Studio - Premium Floral Design", description: "Celebrate every moment with stunning handcrafted floral arrangements from Kiorok", siteName: "Kiorok Flowers Studio", type: "website", images: [{
description: "Celebrate every moment with stunning handcrafted floral arrangements from Kiorok", url: "https://img.b2bpic.net/free-photo/mixed-flower-bouquet-wooden-table_114579-2256.jpg", alt: "Kiorok premium floral arrangement"
siteName: "Kiorok Flowers Studio",
type: "website",
images: [{
url: "https://img.b2bpic.net/free-photo/mixed-flower-bouquet-wooden-table_114579-2256.jpg",
alt: "Kiorok premium floral arrangement"
}] }]
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "Kiorok Flowers Studio", description: "Premium handcrafted floral arrangements for your special moments", images: ["https://img.b2bpic.net/free-photo/mixed-flower-bouquet-wooden-table_114579-2256.jpg"]
title: "Kiorok Flowers Studio",
description: "Premium handcrafted floral arrangements for your special moments",
images: ["https://img.b2bpic.net/free-photo/mixed-flower-bouquet-wooden-table_114579-2256.jpg"]
} }
}; };

View File

@@ -37,8 +37,7 @@ export default function HomePage() {
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
button={{ button={{
text: "Book Now", text: "Book Now", href: "contact"
href: "contact"
}} }}
/> />
</div> </div>
@@ -86,25 +85,13 @@ export default function HomePage() {
tagIcon={Sparkles} tagIcon={Sparkles}
products={[ products={[
{ {
id: "1", 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"
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", 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"
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", 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"
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" gridVariant="three-columns-all-equal-width"
@@ -124,33 +111,27 @@ export default function HomePage() {
features={[ features={[
{ {
icon: Leaf, icon: Leaf,
title: "Premium Quality Flowers", title: "Premium Quality Flowers", description: "We source only the freshest, most vibrant flowers from trusted growers to ensure longevity and beauty."
description: "We source only the freshest, most vibrant flowers from trusted growers to ensure longevity and beauty."
}, },
{ {
icon: Heart, icon: Heart,
title: "Custom Arrangements", title: "Custom Arrangements", description: "Work with our expert florists to create bespoke arrangements that perfectly match your vision and style."
description: "Work with our expert florists to create bespoke arrangements that perfectly match your vision and style."
}, },
{ {
icon: Truck, icon: Truck,
title: "Fast Delivery", title: "Fast Delivery", description: "Same-day delivery available for orders placed before 2 PM. We ensure your arrangements arrive fresh and pristine."
description: "Same-day delivery available for orders placed before 2 PM. We ensure your arrangements arrive fresh and pristine."
}, },
{ {
icon: Gift, icon: Gift,
title: "Event Planning", title: "Event Planning", description: "From intimate gatherings to grand celebrations, we provide comprehensive floral design for all occasions."
description: "From intimate gatherings to grand celebrations, we provide comprehensive floral design for all occasions."
}, },
{ {
icon: Package, icon: Package,
title: "Subscription Service", title: "Subscription Service", description: "Get fresh flowers delivered to your door weekly. Perfect for homes and offices seeking continuous beauty."
description: "Get fresh flowers delivered to your door weekly. Perfect for homes and offices seeking continuous beauty."
}, },
{ {
icon: Star, icon: Star,
title: "Seasonal Specials", title: "Seasonal Specials", description: "Enjoy exclusive seasonal collections and limited-edition arrangements throughout the year."
description: "Enjoy exclusive seasonal collections and limited-edition arrangements throughout the year."
} }
]} ]}
animationType="slide-up" 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" } { src: "https://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg", alt: "Michael Davis" }
]} ]}
useInvertedBackground={true} useInvertedBackground={true}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
/> />
</div> </div>
@@ -194,24 +177,21 @@ export default function HomePage() {
<FooterBaseReveal <FooterBaseReveal
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "about" }, { label: "About Us", href: "about" },
{ label: "Our Services", href: "features" }, { label: "Our Services", href: "features" },
{ label: "Collections", href: "products" } { label: "Collections", href: "products" }
] ]
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ label: "Contact Us", href: "contact" }, { label: "Contact Us", href: "contact" },
{ label: "FAQ", href: "https://example.com/faq" }, { label: "FAQ", href: "https://example.com/faq" },
{ label: "Delivery Info", href: "https://example.com/delivery" } { label: "Delivery Info", href: "https://example.com/delivery" }
] ]
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "Instagram", href: "https://instagram.com/kiorok" }, { label: "Instagram", href: "https://instagram.com/kiorok" },
{ label: "Facebook", href: "https://facebook.com/kiorok" }, { label: "Facebook", href: "https://facebook.com/kiorok" },
{ label: "Newsletter", href: "https://example.com/newsletter" } { label: "Newsletter", href: "https://example.com/newsletter" }