Update src/app/page.tsx
This commit is contained in:
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
||||
id: "c-cheesecake", badge: "Signature", badgeIcon: Sparkles,
|
||||
price: "From $5.50/slice", subtitle: "Creamy, rich, and irresistible", buttons: [
|
||||
{
|
||||
text: "View Flavors", href: "#"},
|
||||
text: "Order Cake", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"New York Cheesecake", "Chocolate Swirl Cheesecake", "Blueberry Cheesecake", "Strawberry Cheesecake"],
|
||||
@@ -163,7 +163,7 @@ export default function LandingPage() {
|
||||
id: "c-creamcake", badge: "Classic", badgeIcon: Award,
|
||||
price: "From $4.90/slice", subtitle: "Velvety smooth and decadent", buttons: [
|
||||
{
|
||||
text: "Explore Options", href: "#"},
|
||||
text: "Customize & Order", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Chocolate Cream Cake", "Vanilla Bean Cream Cake", "Mocha Cream Cake", "Black Forest Cake"],
|
||||
@@ -172,7 +172,7 @@ export default function LandingPage() {
|
||||
id: "c-chocolate", badge: "Indulgent", badgeIcon: Star,
|
||||
price: "From $5.00/slice", subtitle: "Pure chocolate bliss", buttons: [
|
||||
{
|
||||
text: "See More", href: "#"},
|
||||
text: "Order Cake", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Fudge Brownie Cake", "Dark Chocolate Ganache", "Molten Lava Cake", "Chocolate Hazelnut Cake"],
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
id: "c-fruittart", badge: "Fresh", badgeIcon: Leaf,
|
||||
price: "From $4.20/slice", subtitle: "Light, fresh, and fruity", buttons: [
|
||||
{
|
||||
text: "Discover Seasonal", href: "#"},
|
||||
text: "Customize & Order", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Seasonal Fruit Tart", "Berry Tart", "Lemon Meringue Tart", "Apple Crumble Tart"],
|
||||
@@ -287,4 +287,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user