Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-19 15:55:55 +00:00

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" }}
@@ -220,4 +220,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}