Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Award, Star, Users, MapPin, Clock, Phone } from "lucide-react";
|
||||
import { Award, Star, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -136,6 +136,7 @@ export default function LandingPage() {
|
||||
text="Visit Us at 123 Gourmet Ave, City Center. Open Daily 11:00 AM - 11:00 PM. Call (555) 123-4567 to book your table."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
buttons={[{ text: "Book Now", href: "#contact" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user