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