Update src/app/page.tsx
This commit is contained in:
@@ -13,7 +13,7 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Sparkles, Award, Beaker, TrendingUp, Heart, HelpCircle, BookOpen } from 'lucide-react';
|
||||
import { Sparkles, Award, Beaker, TrendingUp, Heart, HelpCircle, BookOpen, Edit3 } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -53,7 +53,8 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Explore Our Collection", href: "#products" },
|
||||
{ text: "Our Craft", href: "#ingredients" }
|
||||
{ text: "Our Craft", href: "#ingredients" },
|
||||
{ text: "Edit Image", onClick: () => console.log("Opening Image Editor...") }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
|
||||
Reference in New Issue
Block a user