Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function PizzaLanding() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="none"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -53,11 +53,11 @@ export default function PizzaLanding() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maria Santos", handle: "Regular Customer", testimonial: "The best pizza in town! Authentic taste and always fresh.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"
|
||||
},
|
||||
{
|
||||
name: "James Wilson", handle: "Food Critic", testimonial: "Their calzones are absolutely incredible. Five stars!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -125,10 +125,10 @@ export default function PizzaLanding() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Angela Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=3", imageAlt: "Angela Rodriguez"
|
||||
id: "1", name: "Angela Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Angela Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=4", imageAlt: "David Chen"
|
||||
id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "David Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sarah Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-brunette-girl-with-short-hairstyle-with-genuine-emotions-smiling-looking-happy_1258-190603.jpg", imageAlt: "Sarah Thompson"
|
||||
@@ -180,7 +180,7 @@ export default function PizzaLanding() {
|
||||
<ContactText
|
||||
text="Ready to satisfy your pizza craving? Call us today or fill out the form below to place your order and have authentic Italian pizza delivered to your door."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "none" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Call (555) 123-4567", href: "tel:(555)123-4567" },
|
||||
|
||||
Reference in New Issue
Block a user