Update src/app/page.tsx

This commit is contained in:
2026-03-19 15:55:51 +00:00
parent b422013196
commit 66c9ceebfa

View File

@@ -9,7 +9,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Award, Heart, Mail, Sparkles, Star, Leaf, Crown } from "lucide-react";
import { Award, Heart, Mail, Sparkles, Star, Leaf, Crown, Phone, MapPin, Clock } from "lucide-react";
export default function LandingPage() {
return (
@@ -169,7 +169,7 @@ export default function LandingPage() {
description="Have questions about our premium sweets? Want a custom order for a special occasion? We'd love to hear from you. Reach out today!"
buttons={[
{ text: "Contact Us", href: "mailto:hello@sweetnature.com" },
{ text: "Shop Now", href: "#" }
{ text: "Shop Now", href: "#products" }
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}