6 Commits

Author SHA1 Message Date
2b8bb9db1a Update src/app/layout.tsx 2026-03-09 17:25:58 +00:00
7b29b12707 Update src/app/page.tsx 2026-03-09 17:24:58 +00:00
ffb1e59240 Update src/app/layout.tsx 2026-03-09 17:24:57 +00:00
82b6cf5fdd Merge version_1 into main
Merge version_1 into main
2026-03-09 17:16:32 +00:00
9140c920b9 Merge version_1 into main
Merge version_1 into main
2026-03-09 17:15:42 +00:00
ffcabacfb1 Merge version_1 into main
Merge version_1 into main
2026-03-09 17:14:16 +00:00
2 changed files with 21 additions and 1419 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,10 +6,10 @@ import HeroLogo from "@/components/sections/hero/HeroLogo";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactText from "@/components/sections/contact/ContactText";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Award, Sparkles, Heart, HelpCircle } from "lucide-react";
import { Award, Sparkles, Heart, HelpCircle, Mail, MessageCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,6 +32,7 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Products", id: "products" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
button={{
@@ -137,18 +138,15 @@ export default function LandingPage() {
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
<FaqDouble
title="Common Questions About Our Bakery"
description="Everything you need to know about ordering custom cakes, delivery, and our signature sweets"
tag="FAQ"
tagIcon={HelpCircle}
textboxLayout="default"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208271.jpg"
imageAlt="IDEal Bakery team preparing fresh baked goods"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
mediaPosition="left"
animationType="smooth"
faqs={[
{
id: "1", title: "How far in advance should I order a custom cake?", content: "We recommend ordering custom cakes at least 5-7 days in advance for best design options. However, we can accommodate urgent orders within 48 hours based on availability. For wedding cakes or large orders, 2-3 weeks advance notice is ideal. Contact us via WhatsApp to discuss your specific timeline."},
@@ -167,9 +165,11 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactText
text="Ready to order your custom cake or favorite sweets? Let's make your celebration unforgettable!"
animationType="entrance-slide"
<ContactCTA
tag="Get in Touch"
tagIcon={Mail}
title="Ready to Order Your Custom Cake or Favorite Sweets?"
description="Let's make your celebration unforgettable! Contact us today to place your order, discuss custom designs, or ask any questions about our products and services."
buttons={[
{
text: "WhatsApp Us Now", href: "https://wa.me/92300123456?text=Hello%20IDEal%20Bakery%2C%20I%20would%20like%20to%20order"},