From 193c869a30233d3243af9242bf545426498b12b4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:08:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 207 ++++++++--------------------------------------- 1 file changed, 33 insertions(+), 174 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6717f2..e78ea34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,49 +32,27 @@ export default function LandingPage() {
@@ -98,21 +76,9 @@ export default function LandingPage() { title="Find Us at Frog Park" description="We are usually at the park on weekends and select school holidays. Check our schedule below for our next baking day!" accordionItems={[ - { - id: "sat", - title: "Saturdays", - content: "10:00 AM - 2:00 PM at Festival Drive", - }, - { - id: "sun", - title: "Sundays", - content: "11:00 AM - 3:00 PM at Festival Drive", - }, - { - id: "holiday", - title: "School Holidays", - content: "Check our Instagram for special weekday hours", - }, + { id: "sat", title: "Saturdays", content: "10:00 AM - 2:00 PM at Festival Drive" }, + { id: "sun", title: "Sundays", content: "11:00 AM - 3:00 PM at Festival Drive" }, + { id: "holiday", title: "School Holidays", content: "Check our Instagram for special weekday hours" }, ]} imageSrc="http://img.b2bpic.net/free-photo/delicious-cookies-arrangement_23-2150714430.jpg" mediaAnimation="opacity" @@ -126,43 +92,16 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "single", - name: "One Cookie", - price: "$2.00", - features: [ - "Classic Chocolate Chip", - ], - buttons: [ - { - text: "Buy Now", - }, - ], + id: "single", name: "One Cookie", price: "$2.00", features: ["Classic Chocolate Chip"], + buttons: [{ text: "Buy Now" }], }, { - id: "double", - name: "Two Cookies", - price: "$3.00", - features: [ - "Double the fun", - ], - buttons: [ - { - text: "Buy Now", - }, - ], + id: "double", name: "Two Cookies", price: "$3.00", features: ["Double the fun"], + buttons: [{ text: "Buy Now" }], }, { - id: "triple", - name: "Three Cookies", - price: "$3.00", - features: [ - "Best Value!", - ], - buttons: [ - { - text: "Buy Now", - }, - ], + id: "triple", name: "Three Cookies", price: "$3.00", features: ["Best Value!"], + buttons: [{ text: "Buy Now" }], }, ]} title="Our Cookie Prices" @@ -176,21 +115,9 @@ export default function LandingPage() { title="Payment & Info" tag="How to Buy" metrics={[ - { - id: "m1", - value: "PayID", - description: "nyle.j@icloud.com", - }, - { - id: "m2", - value: "Cash", - description: "Accepted at the park", - }, - { - id: "m3", - value: "Admin", - description: "doodynuggetgaming@gmail.com", - }, + { id: "m1", value: "PayID", description: "nyle.j@icloud.com" }, + { id: "m2", value: "Cash", description: "Accepted at the park" }, + { id: "m3", value: "Admin", description: "doodynuggetgaming@gmail.com" }, ]} metricsAnimation="slide-up" /> @@ -202,41 +129,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Alex P.", - handle: "@cookieLover", - testimonial: "Best cookies in Point Cook! The banana costumes are hilarious.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-with-doughnuts_23-2148299479.jpg", - }, - { - id: "2", - name: "Jamie R.", - handle: "@parkVisitor", - testimonial: "So yummy and cheap. The 3 for $3 deal is unbeatable.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", - }, - { - id: "3", - name: "Sarah M.", - handle: "@localMum", - testimonial: "My kids love these guys. Super friendly and always smiling.", - imageSrc: "http://img.b2bpic.net/free-photo/little-boy-mixing-mom-coffee_23-2148443181.jpg", - }, - { - id: "4", - name: "Jordan K.", - handle: "@student", - testimonial: "The banana costumes make my day every time.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-corn-dog_23-2149929461.jpg", - }, - { - id: "5", - name: "Taylor B.", - handle: "@foodie", - testimonial: "Seriously tasty cookies. Will come back again!", - imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-eating-german-salty-pastry-pretzel-doing-ok-sign-with-fingers-excellent-symbol_839833-29953.jpg", - }, + { id: "1", name: "Alex P.", handle: "@cookieLover", testimonial: "Best cookies in Point Cook! The banana costumes are hilarious.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-with-doughnuts_23-2148299479.jpg" }, + { id: "2", name: "Jamie R.", handle: "@parkVisitor", testimonial: "So yummy and cheap. The 3 for $3 deal is unbeatable.", imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg" }, + { id: "3", name: "Sarah M.", handle: "@localMum", testimonial: "My kids love these guys. Super friendly and always smiling.", imageSrc: "http://img.b2bpic.net/free-photo/little-boy-mixing-mom-coffee_23-2148443181.jpg" }, + { id: "4", name: "Jordan K.", handle: "@student", testimonial: "The banana costumes make my day every time.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-corn-dog_23-2149929461.jpg" }, + { id: "5", name: "Taylor B.", handle: "@foodie", testimonial: "Seriously tasty cookies. Will come back again!", imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-eating-german-salty-pastry-pretzel-doing-ok-sign-with-fingers-excellent-symbol_839833-29953.jpg" }, ]} title="What People Say" description="Check out some reviews from our cookie fans!" @@ -247,21 +144,9 @@ export default function LandingPage() { @@ -316,4 +175,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1