From 4880b9acfe76641a92c0a596e29381f9e73489ba Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:14:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c3f3da1..62351fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Coffee, Star, Heart, Leaf, Zap, Utensils, Clock, Instagram, MapPin, Phone } from 'lucide-react'; +import { Coffee, Star, Heart, Leaf, Zap, Utensils, Clock, Instagram, MapPin, Phone, Flame, Sparkles, Croissant, Sandwich, Apple } from 'lucide-react'; export default function LandingPage() { return ( @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function LandingPage() {