2 Commits

Author SHA1 Message Date
4ee63173d0 Update src/app/page.tsx 2026-04-19 11:55:01 +00:00
abe525e4c1 Merge version_3 into main
Merge version_3 into main
2026-04-19 11:54:25 +00:00

View File

@@ -12,7 +12,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SplitAbout from '@/components/sections/about/SplitAbout'; import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TeamCardSix from '@/components/sections/team/TeamCardSix';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Cake, Gift, Smile } from "lucide-react"; import { Cake, Gift, Smile, Award } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -88,6 +88,8 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<SplitAbout <SplitAbout
tag="Legacy of Quality"
tagIcon={Award}
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
title="Baked to Perfection Since 1995" title="Baked to Perfection Since 1995"
@@ -249,7 +251,7 @@ export default function LandingPage() {
text="Ready to design your dream cake? Contact us today to start your consultation." text="Ready to design your dream cake? Contact us today to start your consultation."
buttons={[ buttons={[
{ {
text: "Book Your Consultation", href: "mailto:hello@sweetdelights.com"}, text: "Contact Us", href: "mailto:hello@sweetdelights.com"},
]} ]}
/> />
</div> </div>