Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
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() {
|
||||
return (
|
||||
@@ -88,6 +88,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
tag="Legacy of Quality"
|
||||
tagIcon={Award}
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Consultation", href: "mailto:hello@sweetdelights.com"},
|
||||
text: "Contact Us", href: "mailto:hello@sweetdelights.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user