Merge version_2 into main #2
@@ -1,51 +1,28 @@
|
||||
import type { Metadata } from "next";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Royal Live Bakery | Custom Eggless Cakes in Hisar", description: "Hisar's first transparent bakery. Watch live baking, customize your cake, 100% eggless. Fresh, premium cakes for celebrations. Order via WhatsApp.", keywords: "bakery Hisar, custom cakes, eggless cakes, live baking, celebration cakes, Haryana", metadataBase: new URL("https://royallivebakery.com"),
|
||||
alternates: {
|
||||
canonical: "https://royallivebakery.com"},
|
||||
openGraph: {
|
||||
title: "Royal Live Bakery | Experience Hisar's First Live Bakery", description: "Watch your cake being crafted live. 100% eggless, fully customizable, made with love. Premium celebration cakes in Hisar.", url: "https://royallivebakery.com", siteName: "Royal Live Bakery", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/berries-sponge-cake_23-2147984964.jpg", alt: "Royal Live Bakery - Transparent Live Baking"},
|
||||
],
|
||||
type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Royal Live Bakery | Experience Hisar's First Live Bakery", description: "Watch your cake being crafted live. Premium eggless cakes, fully customizable. Order via WhatsApp.", images: ["http://img.b2bpic.net/free-photo/berries-sponge-cake_23-2147984964.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Royal Live Bakery - Hisar's First Live Bakery", description: "Experience 100% eggless cakes crafted live by our chefs. Watch through transparent windows, customize your celebration cake, and enjoy fresh delivery across Hisar."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${dmSans.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1413,7 +1390,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { CheckCircle, Crown, Cake, Sparkles, Heart, Eye, Palette, MessageCircle, Zap } from "lucide-react";
|
||||
import { CheckCircle, Crown, Cake, Sparkles, Heart, Eye, Palette, MessageCircle, Zap, Shield, Leaf } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -48,13 +48,21 @@ export default function LandingPage() {
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/berries-sponge-cake_23-2147984964.jpg", alt: "Live bakery experience"},
|
||||
src: "http://img.b2bpic.net/free-photo/berries-sponge-cake_23-2147984964.jpg", alt: "Live bakery experience"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-removing-baking-croissant-tray-from-shelf_23-2148189044.jpg", alt: "Professional bakers"},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-removing-baking-croissant-tray-from-shelf_23-2148189044.jpg", alt: "Professional bakers"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/collection-flat-quality-product-label_23-2147550183.jpg", alt: "Fresh quality guarantee"},
|
||||
src: "http://img.b2bpic.net/free-vector/collection-flat-quality-product-label_23-2147550183.jpg", alt: "Fresh quality guarantee"
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 500+ celebration planners"
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Certified Eggless", icon: Leaf },
|
||||
{ type: "text-icon", text: "Fresh Today", icon: CheckCircle },
|
||||
{ type: "text-icon", text: "Transparent Process", icon: Shield },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Customize Your Cake", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
@@ -139,22 +147,28 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Perfect for My Daughter's Birthday", quote:
|
||||
"The custom cake was absolutely stunning and tasted amazing. Watching the bakers through the glass window was such a unique experience. My daughter couldn't stop smiling!", name: "Priya Sharma", role: "Event Planner, Hisar", imageSrc: "http://img.b2bpic.net/free-photo/smiling-professional-businesswoman_1163-5371.jpg", imageAlt: "Priya Sharma"},
|
||||
"The custom cake was absolutely stunning and tasted amazing. Watching the bakers through the glass window was such a unique experience. My daughter couldn't stop smiling!", name: "Priya Sharma", role: "Event Planner, Hisar", imageSrc: "http://img.b2bpic.net/free-photo/smiling-professional-businesswoman_1163-5371.jpg", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Finally, Quality I Can Trust", quote:
|
||||
"The transparency is incredible. Knowing exactly how my cake is made, with premium ingredients, gives me complete peace of mind. The eggless options are a game-changer for our family.", name: "Rajesh Kumar", role: "Parent, Hisar", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Rajesh Kumar"},
|
||||
"The transparency is incredible. Knowing exactly how my cake is made, with premium ingredients, gives me complete peace of mind. The eggless options are a game-changer for our family.", name: "Rajesh Kumar", role: "Parent, Hisar", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Rajesh Kumar"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Best Cake for Our Wedding", quote:
|
||||
"Royal Live Bakery created the most beautiful custom wedding cake. The attention to detail was phenomenal, and our guests couldn't stop raving about the taste.", name: "Ananya Patel", role: "Bride, Hisar", imageSrc: "http://img.b2bpic.net/free-photo/portrait-three-happy-colleagues-embracing-grimacing_1262-20315.jpg", imageAlt: "Ananya Patel"},
|
||||
"Royal Live Bakery created the most beautiful custom wedding cake. The attention to detail was phenomenal, and our guests couldn't stop raving about the taste.", name: "Ananya Patel", role: "Bride, Hisar", imageSrc: "http://img.b2bpic.net/free-photo/portrait-three-happy-colleagues-embracing-grimacing_1262-20315.jpg", imageAlt: "Ananya Patel"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Convenient and Delicious", quote:
|
||||
"WhatsApp ordering made it so easy. I could discuss my cake ideas directly with the bakers, and they delivered exactly what I imagined. Highly recommended!", name: "Vikram Singh", role: "Corporate Event Organizer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-notebook-holding-her-diary-planner-sitting-office_1258-194721.jpg", imageAlt: "Vikram Singh"},
|
||||
"WhatsApp ordering made it so easy. I could discuss my cake ideas directly with the bakers, and they delivered exactly what I imagined. Highly recommended!", name: "Vikram Singh", role: "Corporate Event Organizer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-notebook-holding-her-diary-planner-sitting-office_1258-194721.jpg", imageAlt: "Vikram Singh"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Made My Son's Day Special", quote:
|
||||
"The team went above and beyond to make my son's cake special. Fresh, delicious, and delivered on time. Royal Live Bakery is our go-to for all celebrations.", name: "Deepika Gupta", role: "Parent, Hisar", imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", imageAlt: "Deepika Gupta"},
|
||||
"The team went above and beyond to make my son's cake special. Fresh, delicious, and delivered on time. Royal Live Bakery is our go-to for all celebrations.", name: "Deepika Gupta", role: "Parent, Hisar", imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", imageAlt: "Deepika Gupta"
|
||||
},
|
||||
{
|
||||
id: "6", title: "Professional and Passionate", quote:
|
||||
"The bakers genuinely care about their craft. The passion shows in every cake. For my anniversary, they created something that was not just beautiful but deeply meaningful.", name: "Arjun Desai", role: "Customer Since 2024", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", imageAlt: "Arjun Desai"},
|
||||
"The bakers genuinely care about their craft. The passion shows in every cake. For my anniversary, they created something that was not just beautiful but deeply meaningful.", name: "Arjun Desai", role: "Customer Since 2024", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", imageAlt: "Arjun Desai"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user