diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a0fa8c..7e64242 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,128 +33,33 @@ export default function LandingPage() {
@@ -162,19 +67,7 @@ export default function LandingPage() { @@ -185,24 +78,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - icon: Zap, - title: "Extreme Precision", - description: "Micro-level accuracy for every application.", - }, - { - icon: Shield, - title: "Robust Reliability", - description: "Built to withstand the toughest demands.", - }, - { - icon: Star, - title: "Advanced Optics", - description: "Next-generation lens technology.", - }, + { icon: Star, title: "Freshly Roasted", description: "Sourced ethically and roasted to perfection daily." }, + { icon: Shield, title: "Cozy Environment", description: "A perfect space for working, meetings, or relaxing." }, + { icon: Zap, title: "Event Hosting", description: "Versatile space for functions and private gatherings." }, ]} - title="Why Choose Power Strike?" - description="Unmatched reliability and high-performance engineering tailored for critical precision environments." + title="What We Offer" + description="Beyond just coffee, we provide an experience rooted in local quality and communal warmth." /> @@ -214,62 +95,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - brand: "VPS", - name: "Strike One", - price: "$2,999", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/new-technologies-factory_1098-13994.jpg", - }, - { - id: "p2", - brand: "VPS", - name: "Strike Pro", - price: "$4,499", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599384.jpg", - }, - { - id: "p3", - brand: "VPS", - name: "Strike Ultra", - price: "$6,999", - rating: 5, - reviewCount: "42", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-ophthalmologist-s-office_23-2150917639.jpg", - }, - { - id: "p4", - brand: "VPS", - name: "Strike Elite", - price: "$8,299", - rating: 5, - reviewCount: "30", - imageSrc: "http://img.b2bpic.net/free-photo/optometrist-choosing-lenses-testing-patient_23-2149230051.jpg", - }, - { - id: "p5", - brand: "VPS", - name: "Strike Core", - price: "$3,599", - rating: 5, - reviewCount: "65", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599398.jpg", - }, - { - id: "p6", - brand: "VPS", - name: "Strike Nano", - price: "$2,199", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-operating-industrial-machine-setting-parameters-computer_342744-133.jpg", - }, + id: "nachos", brand: "Menu", name: "Special Nachos", price: "$12.99", rating: 5, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-nachos-with-vegetables-plate_23-2148858801.jpg"} ]} - title="Performance Products" - description="Discover our collection of specialized optical strikers." + title="Menu Highlights" + description="Try our fan-favorite Special Nachos, featuring generous portions of crispy chips smothered in melted cheese, topped with our signature homemade guacamole, pico de gallo, and zesty jalapeños. Perfect for sharing or enjoying solo—vegetarian options are available upon request." /> @@ -279,36 +109,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "99.9%", - title: "Precision Rate", - items: [ - "Certified accuracy", - "ISO standards", - ], - }, - { - id: "m2", - value: "24/7", - title: "Support Availability", - items: [ - "Expert assistance", - "Global access", - ], - }, - { - id: "m3", - value: "500+", - title: "Successful Missions", - items: [ - "Critical deployments", - "Industry leading", - ], - }, + { id: "m1", value: "1000+", title: "Cups Served", items: ["Daily average", "Highest quality beans"] }, + { id: "m2", value: "50+", title: "Events Hosted", items: ["Private gatherings", "Community functions"] }, + { id: "m3", value: "10+ years", title: "Community Roots", items: ["Established favorite", "Local business"] }, ]} - title="Proven Performance" - description="Numbers speak for our quality standards." + title="Our Impact" + description="We pride ourselves on serving our neighborhood with passion." /> @@ -316,34 +122,11 @@ export default function LandingPage() { @@ -353,26 +136,13 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "What makes the Power Strike unique?", - content: "Our proprietary lens technology provides unparalleled focus.", - }, - { - id: "f2", - title: "How is the installation handled?", - content: "We provide full professional installation with every unit.", - }, - { - id: "f3", - title: "Are there service plans available?", - content: "Yes, we offer comprehensive service and maintenance plans.", - }, + { id: "f1", title: "Can I book the venue?", content: "Yes! We specialize in functions and private events. Contact us for details." }, + { id: "f2", title: "Are there vegan options?", content: "Yes, we have a variety of plant-based drinks and food options." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/film-rolls-amidst-retro-cameras_23-2147852477.jpg" + imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-interior-blurred_23-2148967925.jpg" mediaAnimation="slide-up" - title="Need Help?" - description="Find answers to our most common questions about the Power Strike technology." + title="FAQ" + description="Answers to questions about our menu, space, and events." faqsAnimation="slide-up" /> @@ -380,53 +150,22 @@ export default function LandingPage() {
); -} +} \ No newline at end of file