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";
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3",
subsets: ["latin"],
variable: "--font-source-sans-3", subsets: ["latin"],
});
export const metadata: Metadata = {
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"],
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"],
robots: {
index: true,
follow: true,
},
openGraph: {
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: [{
url: "https://img.b2bpic.net/free-photo/mixed-flower-bouquet-wooden-table_114579-2256.jpg",
alt: "Kiorok premium floral arrangement"
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: [{
url: "https://img.b2bpic.net/free-photo/mixed-flower-bouquet-wooden-table_114579-2256.jpg", alt: "Kiorok premium floral arrangement"
}]
},
twitter: {
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"]
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"]
}
};

View File

@@ -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" }