Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed65f7d401 | |||
| 52dfdba546 | |||
| 117e4f63cd | |||
| 772ff90de1 | |||
| 35047875f6 |
@@ -12,7 +12,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import { DollarSign, Flame, MessageSquare, Star } from "lucide-react";
|
import { DollarSign, Flame, MessageSquare, Star, Phone } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -51,7 +51,10 @@ export default function LandingPage() {
|
|||||||
variant: "gradient-bars"}}
|
variant: "gradient-bars"}}
|
||||||
title="Philadelphia’s Finest Cheesesteaks & Hoagies"
|
title="Philadelphia’s Finest Cheesesteaks & Hoagies"
|
||||||
description="Flavorful, juicy ribeye, fresh soft rolls, and portions that hit the spot every single time. Discover why locals call Bob’s the best in town."
|
description="Flavorful, juicy ribeye, fresh soft rolls, and portions that hit the spot every single time. Discover why locals call Bob’s the best in town."
|
||||||
buttons={[{ text: "View Menu", href: "#menu" }]}
|
buttons={[
|
||||||
|
{ text: "Order Now", href: "#menu" },
|
||||||
|
{ text: "Call Us: 445-223-4891", href: "tel:4452234891" }
|
||||||
|
]}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Sarah Jenkins", handle: "@sarah_eats", testimonial: "Blew my other spots out of the water! Generous size, fresh steak.", rating: 5,
|
name: "Sarah Jenkins", handle: "@sarah_eats", testimonial: "Blew my other spots out of the water! Generous size, fresh steak.", rating: 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user