diff --git a/src/app/page.tsx b/src/app/page.tsx index f64f800..084a975 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,133 +19,50 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -155,10 +72,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Tradition in Every Slice" description={[ - "Pizza Gp brings the true essence of Italian pizzeria culture to Via Enrico Cialdini.", - "Our dedication to quality ingredients and time-honored techniques ensures an authentic experience for every guest.", - "Visit us to enjoy traditional flavors in a welcoming, cozy atmosphere.", - ]} + "Pizza Gp brings the true essence of Italian pizzeria culture to Via Enrico Cialdini.", "Our dedication to quality ingredients and time-honored techniques ensures an authentic experience for every guest.", "Visit us to enjoy traditional flavors in a welcoming, cozy atmosphere."]} /> @@ -169,42 +83,12 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Margherita", - price: "8€", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-margarita-table_140725-1201.jpg", - }, - { - id: "p2", - name: "Diavola", - price: "10€", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-restaurant-table_7939-2643.jpg", - }, - { - id: "p3", - name: "Quattro Formaggi", - price: "9€", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-italian-pizza-table_23-2148305641.jpg", - }, - { - id: "p4", - name: "Vegetariana", - price: "9€", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-square-pizza-with-cheese_23-2149294908.jpg", - }, - { - id: "p5", - name: "Prosciutto Rucola", - price: "10€", - imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-772.jpg", - }, - { - id: "p6", - name: "Salsiccia e Friarielli", - price: "10€", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pepperoni-pizza_23-2148765308.jpg", - }, + { id: "p1", name: "Margherita", price: "8€", imageSrc: "http://img.b2bpic.net/free-photo/pizza-margarita-table_140725-1201.jpg" }, + { id: "p2", name: "Diavola", price: "10€", imageSrc: "http://img.b2bpic.net/free-photo/pizza-restaurant-table_7939-2643.jpg" }, + { id: "p3", name: "Quattro Formaggi", price: "9€", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-italian-pizza-table_23-2148305641.jpg" }, + { id: "p4", name: "Vegetariana", price: "9€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-square-pizza-with-cheese_23-2149294908.jpg" }, + { id: "p5", name: "Prosciutto Rucola", price: "10€", imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-772.jpg" }, + { id: "p6", name: "Salsiccia e Friarielli", price: "10€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pepperoni-pizza_23-2148765308.jpg" }, ]} title="Our Signature Pizzas" description="A curated selection of our most loved traditional and gourmet pizzas." @@ -218,27 +102,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "169+", - title: "Reviews", - description: "Verified customer feedback.", - icon: Star, - }, - { - id: "m2", - value: "4.5", - title: "Rating", - description: "Consistently high rated.", - icon: Award, - }, - { - id: "m3", - value: "1-10€", - title: "Affordable", - description: "Great value for all.", - icon: CreditCard, - }, + { id: "m1", value: "169+", title: "Reviews", description: "Verified customer feedback.", icon: Star }, + { id: "m2", value: "4.5", title: "Rating", description: "Consistently high rated.", icon: Award }, + { id: "m3", value: "1-10€", title: "Affordable", description: "Great value for all.", icon: CreditCard }, ]} title="Our Success" description="Trusted by our community in Genova." @@ -250,21 +116,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Where are you located?", - content: "We are located at Via Enrico Cialdini, 13/R, 16158 Genova GE.", - }, - { - id: "f2", - title: "What are your hours?", - content: "We are open daily and close at 00:00.", - }, - { - id: "f3", - title: "How can I contact you?", - content: "You can call us at +39 010 613 5517.", - }, + { id: "f1", title: "Where are you located?", content: "We are located at Via Enrico Cialdini, 13/R, 16158 Genova GE." }, + { id: "f2", title: "What are your hours?", content: "We are open daily and close at 00:00." }, + { id: "f3", title: "How can I contact you?", content: "You can call us at +39 010 613 5517." }, ]} title="Common Questions" description="Information about our opening hours and location." @@ -276,31 +130,11 @@ export default function LandingPage() {