Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b6b31d278 | |||
| 5ee0c53679 | |||
| 54da8826aa | |||
| f4b4c08494 | |||
| dce98f58d9 | |||
| c7be01ec65 |
@@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Clock, Star, Utensils } from "lucide-react";
|
||||
import { Clock, Star, Utensils, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -106,6 +106,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Everything a great local Italian spot should have."
|
||||
buttons={[
|
||||
{ text: "Order Online Now", href: "#order" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -183,7 +186,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "Do you offer delivery?", content: "Yes, we offer delivery in the Phoenixville area. Call 610-935-2202 to place your order."},
|
||||
id: "f1", title: "Do you offer delivery?", content: "Yes, we offer delivery in the Phoenixville area. Our delivery hours are Mon–Thu: 11 AM–9 PM, Fri–Sat: 11 AM–10 PM, and Sun: 11 AM–8 PM. Call 610-935-2202 to place your order."},
|
||||
{
|
||||
id: "f2", title: "Is the restaurant BYOB?", content: "Yes, Rocco's is BYOB. Feel free to bring your favorite beverages for a comfortable dine-in experience."},
|
||||
{
|
||||
@@ -248,4 +251,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user