Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2bde6c14c4 | |||
| df23c90ee4 |
@@ -55,8 +55,7 @@ export default function LandingPage() {
|
|||||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1"},
|
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1"},
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Now", href: "#products" },
|
{ text: "Order Today", href: "#products" },
|
||||||
{ text: "Learn Our Story", href: "#about" },
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
@@ -114,17 +113,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter", title: "Starter Pack", price: "$35", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/closeup-view-woman-holding-wooden-plate-with-plum-apricot-raspberry-jam-glass-jars_181624-17696.jpg?_wi=2", imageAlt: "Starter pack", button: { text: "Subscribe Now", href: "#contact" },
|
id: "starter", title: "Starter Pack", price: "$35", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/closeup-view-woman-holding-wooden-plate-with-plum-apricot-raspberry-jam-glass-jars_181624-17696.jpg?_wi=2", imageAlt: "Starter pack", button: { text: "Order Today", href: "#contact" },
|
||||||
features: [
|
features: [
|
||||||
"2 jars of seasonal jam", "Fresh pasta selection", "Free shipping", "Exclusive recipes"],
|
"2 jars of seasonal jam", "Fresh pasta selection", "Free shipping", "Exclusive recipes"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "deluxe", title: "Deluxe Bundle", price: "$65", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sweet-biscuits-with-cup-coffee-light-background-color-cocoa-sugar-tea-cake-cookie-sweet-pie_140725-139479.jpg?_wi=2", imageAlt: "Deluxe bundle", button: { text: "Subscribe Now", href: "#contact" },
|
id: "deluxe", title: "Deluxe Bundle", price: "$65", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sweet-biscuits-with-cup-coffee-light-background-color-cocoa-sugar-tea-cake-cookie-sweet-pie_140725-139479.jpg?_wi=2", imageAlt: "Deluxe bundle", button: { text: "Order Today", href: "#contact" },
|
||||||
features: [
|
features: [
|
||||||
"4 premium products", "Priority fresh delivery", "Free shipping", "Monthly surprise item", "VIP customer support"],
|
"4 premium products", "Priority fresh delivery", "Free shipping", "Monthly surprise item", "VIP customer support"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "premium", title: "Premium Collection", price: "$99", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/pollen-jar-with-honey-jars-honeycomb_95678-374.jpg?_wi=2", imageAlt: "Premium collection", button: { text: "Subscribe Now", href: "#contact" },
|
id: "premium", title: "Premium Collection", price: "$99", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/pollen-jar-with-honey-jars-honeycomb_95678-374.jpg?_wi=2", imageAlt: "Premium collection", button: { text: "Order Today", href: "#contact" },
|
||||||
features: [
|
features: [
|
||||||
"All premium products", "Bi-weekly fresh delivery", "Free shipping worldwide", "Exclusive limited editions", "Personal recommendations", "Gift wrapping included"],
|
"All premium products", "Bi-weekly fresh delivery", "Free shipping worldwide", "Exclusive limited editions", "Personal recommendations", "Gift wrapping included"],
|
||||||
},
|
},
|
||||||
@@ -174,8 +173,7 @@ export default function LandingPage() {
|
|||||||
text="Ready to taste the difference? Place your first order today and experience homemade food made with love and passion. Contact us for bulk orders and custom requests."
|
text="Ready to taste the difference? Place your first order today and experience homemade food made with love and passion. Contact us for bulk orders and custom requests."
|
||||||
animationType="entrance-slide"
|
animationType="entrance-slide"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Place Order", href: "#" },
|
{ text: "Order Today", href: "#" },
|
||||||
{ text: "Get in Touch", href: "#" },
|
|
||||||
]}
|
]}
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -206,7 +204,7 @@ export default function LandingPage() {
|
|||||||
{ label: "FAQs", href: "#" },
|
{ label: "FAQs", href: "#" },
|
||||||
{ label: "Shipping Info", href: "#" },
|
{ label: "Shipping Info", href: "#" },
|
||||||
{ label: "Returns", href: "#" },
|
{ label: "Returns", href: "#" },
|
||||||
{ label: "Bulk Orders", href: "#contact" },
|
{ label: "Get in Touch", href: "#contact" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user