2 Commits

Author SHA1 Message Date
c06a20db25 Update src/app/page.tsx 2026-06-12 08:30:04 +00:00
c5101937d3 Merge version_1 into main
Merge version_1 into main
2026-06-12 08:24:06 +00:00

View File

@@ -91,8 +91,8 @@ export default function LandingPage() {
src: "http://img.b2bpic.net/free-photo/man-doing-some-business-deal-with-client_329181-10302.jpg", alt: "Customer enjoying cake"},
]}
avatarText="Join our 5000+ happy customers!"
imageSrc="http://img.b2bpic.net/free-photo/side-view-cake-with-baked-ground-meat-onion-tomato-greens-walnuts-table_141793-3608.jpg"
imageAlt="A beautiful multi-tiered wedding cake with delicate floral decorations."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F1pWv9tpbMnMzR2yc2eGjQT5Z/uploaded-1781252914007-zsykau96.jpg"
imageAlt="Delicious cake with colorful sprinkles, representing the artistry of Varyzon Cake Shop"
marqueeItems={[
{
type: "text-icon", text: "Freshly Baked Daily", icon: Cake,
@@ -224,12 +224,14 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "radial-gradient"}}
text="Ready to Taste the Magic? Contact Us!"
text="Ready to Taste the Magic? Contact Us! Visit us at: Poonam Estate Cluster, Sector 1, Srishti Complex, Mira Road East, Mira Bhayandar, Maharashtra 401107"
buttons={[
{
text: "Call Us Now", href: "tel:+1234567890"},
{
text: "Email Us", href: "mailto:info@varyzoncakeshop.com"},
{
text: "View on Map", href: "https://www.google.com/maps/search/Poonam+Estate+Cluster,+Sector+1,+Srishti+Complex,+Mira+Road+East,+Mira+Bhayandar,+Maharashtra+401107"}
]}
/>
</div>
@@ -269,7 +271,7 @@ export default function LandingPage() {
{
label: "+1 (234) 567-890", href: "tel:+1234567890"},
{
label: "123 Sweet Lane, Cakeville", href: "#"},
label: "Poonam Estate Cluster, Sector 1, Srishti Complex, Mira Road East, Mira Bhayandar, Maharashtra 401107", href: "https://www.google.com/maps/search/Poonam+Estate+Cluster,+Sector+1,+Srishti+Complex,+Mira+Road+East,+Mira+Bhayandar,+Maharashtra+401107"},
],
},
]}
@@ -279,4 +281,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}