From 525e078a66bf03e9f9d36c499379e5eb508eb05f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 12:04:54 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5ef3c9b..7b2350c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,31 +5,20 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const workSans = Work_Sans({ - variable: "--font-work-sans", - subsets: ["latin"], + variable: "--font-work-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Bloomify - Fresh Flowers Delivered Daily", - description: "Premium floral arrangements delivered fresh to your door. Same-day delivery available. Expert florists, 100% satisfaction guarantee. Shop stunning bouquets for every occasion.", - keywords: ["flowers", "bouquets", "delivery", "fresh flowers", "floral arrangements", "gift flowers", "same-day delivery"], + title: "Bloomify - Fresh Flowers Delivered Daily", description: "Premium floral arrangements delivered fresh to your door. Same-day delivery available. Expert florists, 100% satisfaction guarantee. Shop stunning bouquets for every occasion.", keywords: ["flowers", "bouquets", "delivery", "fresh flowers", "floral arrangements", "gift flowers", "same-day delivery"], openGraph: { - title: "Bloomify - Fresh Flowers Delivered Daily", - description: "Discover premium floral arrangements curated by expert florists. Same-day delivery available.", - siteName: "Bloomify", - type: "website", - images: [ + title: "Bloomify - Fresh Flowers Delivered Daily", description: "Discover premium floral arrangements curated by expert florists. Same-day delivery available.", siteName: "Bloomify", type: "website", images: [ { - url: "https://img.b2bpic.net/free-photo/still-life-with-bouquet-blue-pink-wildflowers-vase_169016-58261.jpg", - alt: "Fresh floral arrangements" + url: "https://img.b2bpic.net/free-photo/still-life-with-bouquet-blue-pink-wildflowers-vase_169016-58261.jpg", alt: "Fresh floral arrangements" } ] }, twitter: { - card: "summary_large_image", - title: "Bloomify - Fresh Flowers Delivered Daily", - description: "Premium floral arrangements delivered fresh to your door. Same-day delivery available.", - images: ["https://img.b2bpic.net/free-photo/still-life-with-bouquet-blue-pink-wildflowers-vase_169016-58261.jpg"] + card: "summary_large_image", title: "Bloomify - Fresh Flowers Delivered Daily", description: "Premium floral arrangements delivered fresh to your door. Same-day delivery available.", images: ["https://img.b2bpic.net/free-photo/still-life-with-bouquet-blue-pink-wildflowers-vase_169016-58261.jpg"] }, robots: { index: true, -- 2.49.1 From 7d083e06c117ab005e59913da8a51a8c4a5458d8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 12:04:55 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 152 +++++++++++------------------------------------ 1 file changed, 36 insertions(+), 116 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4297522..bf5aee1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,8 +37,7 @@ export default function HomePage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Order Now", - href: "products" + text: "Order Now", href: "products" }} /> @@ -55,12 +54,8 @@ export default function HomePage() { { text: "Learn More", href: "about" } ]} dashboard={{ - title: "Flower Delivery Hub", - logoIcon: Flower2, - imageSrc: "https://img.b2bpic.net/free-photo/still-life-with-bouquet-blue-pink-wildflowers-vase_169016-58261.jpg", - imageAlt: "beautiful flowers floral arrangement bouquet fresh flowers vibrant colors", - searchPlaceholder: "Find your favorite flowers...", - buttons: [ + title: "Flower Delivery Hub", logoIcon: Flower2, + imageSrc: "https://img.b2bpic.net/free-photo/still-life-with-bouquet-blue-pink-wildflowers-vase_169016-58261.jpg", imageAlt: "beautiful flowers floral arrangement bouquet fresh flowers vibrant colors", searchPlaceholder: "Find your favorite flowers...", buttons: [ { text: "Browse Catalog", href: "products" }, { text: "View Specials", href: "#" } ], @@ -71,46 +66,37 @@ export default function HomePage() { ], stats: [ { - title: "Flowers Delivered", - values: [5200, 8450, 12890], + title: "Flowers Delivered", values: [5200, 8450, 12890], description: "Happy customers served" }, { - title: "Varieties", - values: [45, 62, 85], + title: "Varieties", values: [45, 62, 85], description: "Different flower types" }, { - title: "Same-Day", - values: [98, 99, 99.5], - valueSuffix: "%", - description: "Delivery success rate" + title: "Same-Day", values: [98, 99, 99.5], + valueSuffix: "%", description: "Delivery success rate" } ], - chartTitle: "Monthly Orders", - chartData: [ + chartTitle: "Monthly Orders", chartData: [ { value: 65 }, { value: 72 }, { value: 58 }, { value: 85 }, { value: 92 } ], - listTitle: "Recent Orders", - listItems: [ + listTitle: "Recent Orders", listItems: [ { icon: ShoppingCart, - title: "$79.99 Rose Bouquet Deluxe", - status: "Delivered" + title: "$79.99 Rose Bouquet Deluxe", status: "Delivered" }, { icon: Flower, - title: "Sunflower Mix", - status: "In Transit" + title: "Sunflower Mix", status: "In Transit" }, { icon: Gift, - title: "Birthday Special", - status: "Confirmed" + title: "Birthday Special", status: "Confirmed" } ] }} @@ -140,28 +126,13 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", - name: "Luxury Rose Bouquet", - price: "$79.99", - imageSrc: "https://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg", - imageAlt: "Red rose luxury bouquet", - initialQuantity: 1 + id: "1", name: "Luxury Rose Bouquet", price: "$79.99", imageSrc: "https://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg", imageAlt: "Red rose luxury bouquet", initialQuantity: 1 }, { - id: "2", - name: "Sunflower Sunshine Mix", - price: "$64.99", - imageSrc: "https://img.b2bpic.net/free-photo/girlfriend-standing-living-room-filled-with-romantic-gifts_482257-77346.jpg", - imageAlt: "Bright sunflower arrangement", - initialQuantity: 1 + id: "2", name: "Sunflower Sunshine Mix", price: "$64.99", imageSrc: "https://img.b2bpic.net/free-photo/girlfriend-standing-living-room-filled-with-romantic-gifts_482257-77346.jpg", imageAlt: "Bright sunflower arrangement", initialQuantity: 1 }, { - id: "3", - name: "Vibrant Tulip Garden", - price: "$69.99", - imageSrc: "https://img.b2bpic.net/free-photo/valentines-day-womens-mothers-day-red-rose-with-ribbon-heart-gift-surprise_114579-449.jpg", - imageAlt: "Colorful tulip bouquet", - initialQuantity: 1 + id: "3", name: "Vibrant Tulip Garden", price: "$69.99", imageSrc: "https://img.b2bpic.net/free-photo/valentines-day-womens-mothers-day-red-rose-with-ribbon-heart-gift-surprise_114579-449.jpg", imageAlt: "Colorful tulip bouquet", initialQuantity: 1 } ]} /> @@ -177,28 +148,13 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Fast & Reliable Delivery", - description: "Same-day delivery in selected areas. Track your order in real-time with our advanced system.", - tag: "Quick Delivery", - imageSrc: "https://img.b2bpic.net/free-photo/female-florist-promoting-mixed-flower-basket_114579-2775.jpg", - imageAlt: "flower delivery fast shipping delivery truck service quality" + id: "1", title: "Fast & Reliable Delivery", description: "Same-day delivery in selected areas. Track your order in real-time with our advanced system.", tag: "Quick Delivery", imageSrc: "https://img.b2bpic.net/free-photo/female-florist-promoting-mixed-flower-basket_114579-2775.jpg", imageAlt: "flower delivery fast shipping delivery truck service quality" }, { - id: "2", - title: "Fresh from the Farm", - description: "We source directly from premium growers to ensure peak freshness and vibrant colors.", - tag: "Fresh Quality", - imageSrc: "https://img.b2bpic.net/free-photo/valentine-s-day_329181-2941.jpg", - imageAlt: "fresh flowers farm fresh quality assurance florist picking" + id: "2", title: "Fresh from the Farm", description: "We source directly from premium growers to ensure peak freshness and vibrant colors.", tag: "Fresh Quality", imageSrc: "https://img.b2bpic.net/free-photo/valentine-s-day_329181-2941.jpg", imageAlt: "fresh flowers farm fresh quality assurance florist picking" }, { - id: "3", - title: "Expert Florist Support", - description: "Our talented florists craft every arrangement with precision and artistic flair.", - tag: "Expert Care", - imageSrc: "https://img.b2bpic.net/free-photo/cute-young-woman-with-flowers-outdoor_624325-2511.jpg", - imageAlt: "customer service support team happy customer care" + id: "3", title: "Expert Florist Support", description: "Our talented florists craft every arrangement with precision and artistic flair.", tag: "Expert Care", imageSrc: "https://img.b2bpic.net/free-photo/cute-young-woman-with-flowers-outdoor_624325-2511.jpg", imageAlt: "customer service support team happy customer care" } ]} /> @@ -215,40 +171,20 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Mitchell", - role: "Wedding Planner", - company: "Dream Events Co", - rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", - imageAlt: "Sarah Mitchell" + id: "1", name: "Sarah Mitchell", role: "Wedding Planner", company: "Dream Events Co", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", imageAlt: "Sarah Mitchell" }, { - id: "2", - name: "James Chen", - role: "Marketing Director", - company: "Creative Studios", - rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", - imageAlt: "James Chen" + id: "2", name: "James Chen", role: "Marketing Director", company: "Creative Studios", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "James Chen" }, { - id: "3", - name: "Emma Rodriguez", - role: "Event Coordinator", - company: "Celebrations Inc", - rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", - imageAlt: "Emma Rodriguez" + id: "3", name: "Emma Rodriguez", role: "Event Coordinator", company: "Celebrations Inc", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", imageAlt: "Emma Rodriguez" }, { - id: "4", - name: "David Lee", - role: "Restaurant Owner", - company: "Bloom Bistro", - rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", - imageAlt: "David Lee" + id: "4", name: "David Lee", role: "Restaurant Owner", company: "Bloom Bistro", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", imageAlt: "David Lee" } ]} /> @@ -263,31 +199,22 @@ export default function HomePage() { useInvertedBackground={false} animationType="smooth" showCard={true} + faqsAnimation="smooth" faqs={[ { - id: "1", - title: "Do you offer same-day delivery?", - content: "Yes! We offer same-day delivery in selected areas for orders placed before 2 PM. Check our delivery zones during checkout to confirm eligibility." + id: "1", title: "Do you offer same-day delivery?", content: "Yes! We offer same-day delivery in selected areas for orders placed before 2 PM. Check our delivery zones during checkout to confirm eligibility." }, { - id: "2", - title: "How long do the flowers stay fresh?", - content: "Our flowers typically stay fresh for 7-10 days with proper care. We include care instructions with every arrangement. Keep them in cool water and away from direct sunlight for best results." + id: "2", title: "How long do the flowers stay fresh?", content: "Our flowers typically stay fresh for 7-10 days with proper care. We include care instructions with every arrangement. Keep them in cool water and away from direct sunlight for best results." }, { - id: "3", - title: "Can I customize my arrangement?", - content: "Absolutely! We offer custom arrangements tailored to your preferences, budget, and occasion. Contact our florists for a personalized design consultation." + id: "3", title: "Can I customize my arrangement?", content: "Absolutely! We offer custom arrangements tailored to your preferences, budget, and occasion. Contact our florists for a personalized design consultation." }, { - id: "4", - title: "What is your return policy?", - content: "If you're not satisfied with your flowers, we offer a 100% satisfaction guarantee. Contact us within 24 hours of delivery for a replacement or refund." + id: "4", title: "What is your return policy?", content: "If you're not satisfied with your flowers, we offer a 100% satisfaction guarantee. Contact us within 24 hours of delivery for a replacement or refund." }, { - id: "5", - title: "Do you ship nationally?", - content: "Yes, we ship to most locations nationwide. Shipping times vary by distance, typically 2-3 days. Express shipping options are available for rush orders." + id: "5", title: "Do you ship nationally?", content: "Yes, we ship to most locations nationwide. Shipping times vary by distance, typically 2-3 days. Express shipping options are available for rush orders." } ]} /> @@ -299,8 +226,7 @@ export default function HomePage() { ctaDescription="Have questions? Our florist team is ready to help you find the perfect arrangement." ctaIcon={Phone} ctaButton={{ - text: "Call Us Now", - href: "tel:+1-800-FLOWERS" + text: "Call Us Now", href: "tel:+1-800-FLOWERS" }} useInvertedBackground={false} animationType="slide-up" @@ -308,19 +234,13 @@ export default function HomePage() { showCard={true} faqs={[ { - id: "1", - title: "What payment methods do you accept?", - content: "We accept all major credit cards, PayPal, Apple Pay, and Google Pay. All transactions are secure and encrypted." + id: "1", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, Apple Pay, and Google Pay. All transactions are secure and encrypted." }, { - id: "2", - title: "How can I track my delivery?", - content: "You'll receive a tracking link via email and SMS once your order ships. Track your flowers in real-time as they make their way to your recipient." + id: "2", title: "How can I track my delivery?", content: "You'll receive a tracking link via email and SMS once your order ships. Track your flowers in real-time as they make their way to your recipient." }, { - id: "3", - title: "Are your flowers environmentally sustainable?", - content: "Yes, we partner with eco-friendly growers and use recyclable packaging. We're committed to supporting sustainable floral practices." + id: "3", title: "Are your flowers environmentally sustainable?", content: "Yes, we partner with eco-friendly growers and use recyclable packaging. We're committed to supporting sustainable floral practices." } ]} /> -- 2.49.1