Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Award, Coffee, Smile } from "lucide-react";
|
||||
import { Award, Coffee } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleCall = () => {
|
||||
@@ -37,12 +37,7 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Cookies", id: "products" },
|
||||
{ name: "Brownies", id: "products" },
|
||||
{ name: "Coffee", id: "products" },
|
||||
{ name: "Iced Coffee", id: "products" },
|
||||
{ name: "Falooda", id: "products" },
|
||||
{ name: "Chocolate Croissants", id: "products" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
@@ -71,7 +66,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
title="Crafted with Love"
|
||||
description="At Cupcakery Bakery, we believe that every bite tells a story. Specializing in high-end catering and convenient delivery, we bring our artisanal baked goods and barista-crafted coffees directly to your event or home. From velvety milk coffee to our signature mini cupcakes, we curate experiences that delight the senses."
|
||||
buttons={[
|
||||
@@ -102,7 +97,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", brand: "Bakery", name: "Cookies", price: "RS. 50", rating: 5, reviewCount: "100", imageSrc: "https://images.unsplash.com/photo-1499636136210-6f4ee915583e?q=80&w=300" },
|
||||
{ id: "p2", brand: "Bakery", name: "Brownies", price: "RS. 70", rating: 5, reviewCount: "90", imageSrc: "https://images.unsplash.com/photo-1606313564200-e75d5e30475c?q=80&w=300" },
|
||||
@@ -136,7 +131,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
testimonial="The catering service from Cupcakery Bakery is absolutely unparalleled. Their cupcakes are always the highlight of our corporate events!"
|
||||
rating={5}
|
||||
author="Sarah J., Corporate Event Planner"
|
||||
@@ -162,7 +157,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
title="Get In Touch"
|
||||
description="Request a quote for your next event or ask about our daily delivery slots."
|
||||
inputs={[
|
||||
|
||||
Reference in New Issue
Block a user