Update src/app/page.tsx
This commit is contained in:
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
{ text: "View Our Gallery", href: "#gallery" }
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232424.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232424.jpg?_wi=1"
|
||||
imageAlt="Luxury signature cake by Chef Taidde"
|
||||
frameStyle="card"
|
||||
buttonAnimation="slide-up"
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
<FeatureCardTen
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Custom Cakes", description: "Bespoke creations tailored to your vision. From elegant designs to bold artistic expressions, we bring your cake dreams to life.", media: { imageSrc: "http://img.b2bpic.net/free-photo/baby-girl-celebrating-her-first-bithday-with-gourmet-cake-ba_1301-5161.jpg", imageAlt: "custom decorated birthday cake colorful" },
|
||||
id: "1", title: "Custom Cakes", description: "Bespoke creations tailored to your vision. From elegant designs to bold artistic expressions, we bring your cake dreams to life.", media: { imageSrc: "http://img.b2bpic.net/free-photo/baby-girl-celebrating-her-first-bithday-with-gourmet-cake-ba_1301-5161.jpg?_wi=1", imageAlt: "custom decorated birthday cake colorful" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Personalized designs" },
|
||||
{ icon: CheckCircle, text: "Premium ingredients" }
|
||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "Cupcakes", description: "Individual indulgences. Our cupcakes combine delicate sponge with luxurious frosting for the perfect bite-sized celebration.", media: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-cupcakes-with-chocolate-icing_23-2150873103.jpg", imageAlt: "decorated cupcakes frosting elegant display" },
|
||||
id: "2", title: "Cupcakes", description: "Individual indulgences. Our cupcakes combine delicate sponge with luxurious frosting for the perfect bite-sized celebration.", media: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-cupcakes-with-chocolate-icing_23-2150873103.jpg?_wi=1", imageAlt: "decorated cupcakes frosting elegant display" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Variety of flavors" },
|
||||
{ icon: CheckCircle, text: "Beautiful presentation" }
|
||||
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
||||
<FeatureCardTen
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Choose Your Cake", description: "Browse our portfolio or describe your vision. From classic designs to custom creations, we have it all.", media: { imageSrc: "http://img.b2bpic.net/free-photo/baby-girl-celebrating-her-first-bithday-with-gourmet-cake-ba_1301-5161.jpg", imageAlt: "custom decorated birthday cake colorful" },
|
||||
id: "1", title: "Choose Your Cake", description: "Browse our portfolio or describe your vision. From classic designs to custom creations, we have it all.", media: { imageSrc: "http://img.b2bpic.net/free-photo/baby-girl-celebrating-her-first-bithday-with-gourmet-cake-ba_1301-5161.jpg?_wi=2", imageAlt: "custom decorated birthday cake colorful" },
|
||||
items: [
|
||||
{ icon: Eye, text: "View gallery options" },
|
||||
{ icon: MessageCircle, text: "Share your ideas" }
|
||||
@@ -152,7 +152,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "Customize Flavor & Design", description: "Work with Chef Taidde to personalize every detail—flavors, colors, decorations, and special touches.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232424.jpg", imageAlt: "gender reveal cake decorated design" },
|
||||
id: "2", title: "Customize Flavor & Design", description: "Work with Chef Taidde to personalize every detail—flavors, colors, decorations, and special touches.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232424.jpg?_wi=2", imageAlt: "gender reveal cake decorated design" },
|
||||
items: [
|
||||
{ icon: Palette, text: "Choose colors" },
|
||||
{ icon: Utensils, text: "Select flavors" }
|
||||
@@ -160,7 +160,7 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "Confirm Your Date", description: "Lock in your order date and delivery or pickup time. Same-day orders available for last-minute celebrations.", media: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-cupcakes-with-chocolate-icing_23-2150873103.jpg", imageAlt: "decorated cupcakes frosting elegant display" },
|
||||
id: "3", title: "Confirm Your Date", description: "Lock in your order date and delivery or pickup time. Same-day orders available for last-minute celebrations.", media: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-cupcakes-with-chocolate-icing_23-2150873103.jpg?_wi=2", imageAlt: "decorated cupcakes frosting elegant display" },
|
||||
items: [
|
||||
{ icon: Calendar, text: "Schedule delivery" },
|
||||
{ icon: Zap, text: "Same-day available" }
|
||||
|
||||
Reference in New Issue
Block a user