Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
background="aurora"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="PRIMO PIZZA"
|
||||
description="Authentic New York-style pizza crafted with love. Fresh ingredients, traditional recipes, and wood-fired perfection in every bite."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Order Now", href: "#contact" },
|
||||
{ text: "See Menu", href: "#menu" },
|
||||
@@ -77,18 +77,18 @@ export default function LandingPage() {
|
||||
title: "Premium Ingredients", description: "Fresh mozzarella, San Marzano tomatoes, and locally-sourced vegetables every single day", icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-with-copy-space_23-2148253277.jpg?_wi=1", imageAlt: "Fresh ingredients"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-with-copy-space_23-2148253277.jpg", imageAlt: "Fresh ingredients"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg?_wi=1", imageAlt: "Pizza oven"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg", imageAlt: "Pizza oven"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Traditional Techniques", description: "Wood-fired oven at 900°F for authentic taste and perfect crust every time", icon: Flame,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg?_wi=2", imageAlt: "Traditional oven"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg", imageAlt: "Traditional oven"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-with-copy-space_23-2148253277.jpg?_wi=2", imageAlt: "Fresh preparation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-with-copy-space_23-2148253277.jpg", imageAlt: "Fresh preparation"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -128,17 +128,13 @@ export default function LandingPage() {
|
||||
tag="Reviews"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Rodriguez", role: "Local", company: "Manhattan", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "Maria Rodriguez"},
|
||||
id: "1", name: "Maria Rodriguez", role: "Local", company: "Manhattan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "Maria Rodriguez"},
|
||||
{
|
||||
id: "2", name: "James Chen", role: "Regular", company: "Brooklyn", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg?_wi=1", imageAlt: "James Chen"},
|
||||
id: "2", name: "James Chen", role: "Regular", company: "Brooklyn", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg", imageAlt: "James Chen"},
|
||||
{
|
||||
id: "3", name: "Sofia Montoya", role: "Food Critic", company: "NYC Food Blog", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg", imageAlt: "Sofia Montoya"},
|
||||
id: "3", name: "Sofia Montoya", role: "Food Critic", company: "NYC Food Blog", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg", imageAlt: "Sofia Montoya"},
|
||||
{
|
||||
id: "4", name: "David Park", role: "Frequent Guest", company: "Queens", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg?_wi=2", imageAlt: "David Park"},
|
||||
id: "4", name: "David Park", role: "Frequent Guest", company: "Queens", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg", imageAlt: "David Park"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "15+", label: "Years Serving NYC" },
|
||||
|
||||
Reference in New Issue
Block a user