Merge version_2 into main #6
@@ -1,51 +1,18 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Montserrat } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Arlenes Flowers | Luxury Custom Floral Arrangements in Jerome, ID", description: "Premium, hand-crafted floral arrangements for weddings, events, and special occasions in Jerome, ID. Same-day delivery available. Trusted by event planners and gift-givers.", keywords: "florist Jerome Idaho, luxury flowers, custom arrangements, wedding flowers, same-day delivery", metadataBase: new URL("https://arlenesflowers.com"),
|
||||
alternates: {
|
||||
canonical: "https://arlenesflowers.com"},
|
||||
openGraph: {
|
||||
title: "Arlenes Flowers | Luxury Floral Arrangements", description: "Fresh, luxurious, and creatively designed arrangements delivered with love in Jerome, ID.", url: "https://arlenesflowers.com", siteName: "Arlenes Flowers", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-luxurious-bouquet-orange-brown-roses-black-background_181624-24211.jpg", alt: "Luxury floral arrangement"},
|
||||
],
|
||||
type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Arlenes Flowers | Luxury Floral Arrangements", description: "Fresh, luxurious arrangements delivered with love in Jerome, ID.", images: ["http://img.b2bpic.net/free-photo/vertical-closeup-shot-luxurious-bouquet-orange-brown-roses-black-background_181624-24211.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Arlenes Flowers", description: "Fresh, luxurious, and creatively designed flower arrangements delivered with love in Jerome, ID, and beyond."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${montserrat.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1413,7 +1380,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
{ text: "Custom Orders", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-closeup-shot-luxurious-bouquet-orange-brown-roses-black-background_181624-24211.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180490-qz1lxk87.png"
|
||||
imageAlt="Luxury floral arrangement showcasing premium roses and custom design"
|
||||
mediaAnimation="opacity"
|
||||
imagePosition="right"
|
||||
@@ -81,13 +81,13 @@ export default function LandingPage() {
|
||||
description="Explore our signature collections, each designed to capture a moment and express emotion with elegance and care."
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Classic Wedding Elegance", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/boutonnieres-made-white-roses-greenery-lie-beige-c_8353-692.jpg", imageAlt: "Classic white and blush wedding bouquet with premium roses"
|
||||
id: "1", name: "Classic Wedding Elegance", price: "$189.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-kfha43p7.png", imageAlt: "Classic white and blush wedding bouquet with premium roses"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Tribute in Grace", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-color-gladiolus-calla-lily-flowers-isolated-black-background-with-copy-space_141793-7985.jpg", imageAlt: "White lily and rose sympathy arrangement"
|
||||
id: "2", name: "Tribute in Grace", price: "$149.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-o9uhff1q.png", imageAlt: "White lily and rose sympathy arrangement"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Seasonal Celebration", price: "$79.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-daisies-with-frame_23-2148207830.jpg", imageAlt: "Vibrant mixed seasonal flower bouquet"
|
||||
id: "3", name: "Seasonal Celebration", price: "$79.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-8uld3l2b.png", imageAlt: "Vibrant mixed seasonal flower bouquet"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -103,22 +103,22 @@ export default function LandingPage() {
|
||||
description="Real testimonials from real people who trusted us with their most important moments."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Margaret Thompson", role: "Event Planner", testimonial: "Arlenes delivered the most stunning bridal bouquets for my clients' weddings. Their attention to detail and ability to execute custom designs is unmatched. I recommend them to every couple I work with.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1", imageAlt: "Margaret Thompson"
|
||||
id: "1", name: "Margaret Thompson", role: "Event Planner", testimonial: "Arlenes delivered the most stunning bridal bouquets for my clients' weddings. Their attention to detail and ability to execute custom designs is unmatched. I recommend them to every couple I work with.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-rztff719.png", imageAlt: "Margaret Thompson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Chen", role: "Groom", testimonial: "My fiancée's bouquet was absolutely perfect. The colors, the arrangement, the freshness—everything exceeded our expectations. We couldn't have imagined a better choice for our special day.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "David Chen"
|
||||
id: "2", name: "David Chen", role: "Groom", testimonial: "My fiancée's bouquet was absolutely perfect. The colors, the arrangement, the freshness—everything exceeded our expectations. We couldn't have imagined a better choice for our special day.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-rztff719.png", imageAlt: "David Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sarah Winters", role: "Bride", testimonial: "From our first consultation to delivery day, Arlenes treated us like family. They took our vision and created something even more beautiful than we imagined. Truly exceptional service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2", imageAlt: "Sarah Winters"
|
||||
id: "3", name: "Sarah Winters", role: "Bride", testimonial: "From our first consultation to delivery day, Arlenes treated us like family. They took our vision and created something even more beautiful than we imagined. Truly exceptional service.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-rztff719.png", imageAlt: "Sarah Winters"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Robert Martinez", role: "Corporate Client", testimonial: "I ordered arrangements for our office for three years now. Reliability, quality, and creativity—Arlenes has never let us down. This is genuine local business excellence.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "Robert Martinez"
|
||||
id: "4", name: "Robert Martinez", role: "Corporate Client", testimonial: "I ordered arrangements for our office for three years now. Reliability, quality, and creativity—Arlenes has never let us down. This is genuine local business excellence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-rztff719.png", imageAlt: "Robert Martinez"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jennifer Lee", role: "Gift Giver", testimonial: "Same-day delivery saved my anniversary! Not only did they deliver quickly, but the arrangement was so thoughtfully designed. My wife was absolutely thrilled.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=3", imageAlt: "Jennifer Lee"
|
||||
id: "5", name: "Jennifer Lee", role: "Gift Giver", testimonial: "Same-day delivery saved my anniversary! Not only did they deliver quickly, but the arrangement was so thoughtfully designed. My wife was absolutely thrilled.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-rztff719.png", imageAlt: "Jennifer Lee"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Michael Walsh", role: "Family Member", testimonial: "During our family's time of loss, Arlenes created a beautiful tribute arrangement that truly captured the spirit of our loved one. Their compassion and artistry provided genuine comfort.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=3", imageAlt: "Michael Walsh"
|
||||
id: "6", name: "Michael Walsh", role: "Family Member", testimonial: "During our family's time of loss, Arlenes created a beautiful tribute arrangement that truly captured the spirit of our loved one. Their compassion and artistry provided genuine comfort.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-rztff719.png", imageAlt: "Michael Walsh"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -135,7 +135,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529511.jpg", "http://img.b2bpic.net/free-vector/wedding-invitation-golden-badge-with-groom-bride-names-elegant-style_53876-99289.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-shop-local-collection_23-2149575784.jpg", "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529511.jpg", "http://img.b2bpic.net/free-vector/luxury-perfume-logo-template_23-2148467971.jpg", "http://img.b2bpic.net/free-vector/linear-flat-wedding-monograms-collection_23-2148983859.jpg", "http://img.b2bpic.net/free-vector/colorful-gift-logo_1051-902.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-shop-local-collection_23-2149575775.jpg"]}
|
||||
"http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529511.jpg", "http://img.b2bpic.net/free-vector/wedding-invitation-golden-badge-with-groom-bride-names-elegant-style_53876-99289.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-shop-local-collection_23-2149575784.jpg", "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529511.jpg", "http://img.b2bpic.net/free-vector/luxury-perfume-logo-template_23-2148467971.jpg", "http://img.b2bpic.net/free-vector/linear-flat-wedding-monograms-collection_23-2148983859.jpg", "http://img.b2bpic.net/free-vector/colorful-gift-logo_1051-902.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-shop-local-collection_23-2149575775.jpg"
|
||||
]}
|
||||
names={[]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
|
||||
Reference in New Issue
Block a user